Move debug from __fisher_plugin_source to before call.

This commit is contained in:
Jorge Bucaran 2016-03-02 15:37:39 +09:00 committed by Jorge Bucaran
parent dc91c86170
commit 3cf4ddb822
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