Move debug from __fisher_plugin_source to before call.

This commit is contained in:
Jorge Bucaran 2016-03-02 15:37:39 +09:00
parent 0ddc5fa8c1
commit 8d029c99f6
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 1 additions and 1 deletions

View file

@ -33,6 +33,7 @@ function __fisher_plugin_enable -a plugin path
__fisher_plugin_link $link $source $fisher_config/$target
if test "$class" = --source
debug "Source %s" "$fisher_config/$target"
__fisher_plugin_source $plugin $fisher_config/$target
end
end

View file

@ -1,4 +1,3 @@
function __fisher_plugin_source -a plugin file
debug "Source %s" $file
source "$file" ^ /dev/null
end