Remove debug statements inside __fisher_deps_install to avoid Spin fail.

pull/124/head
Jorge Bucaran 9 years ago
parent 4cfa9dffc0
commit 83a8b12170

@ -1,6 +1,4 @@
function __fisher_deps_install -a path
debug "Install dependencies in '%s'" "$path"
for file in $path/{fishfile,bundle}
if test -s $file
fisher_install < $file | sed -En 's/^.+([0-9]+) plugin\/s.*/\1/p'

Loading…
Cancel
Save