mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Remove debug statements inside __fisher_deps_install to avoid Spin fail.
This commit is contained in:
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…
Reference in New Issue
Block a user