mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Move debug from __fisher_plugin_source to before call.
This commit is contained in:
parent
c0c7f6a47b
commit
8fd8dc0664
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
function __fisher_plugin_source -a plugin file
|
||||
debug "Source %s" $file
|
||||
source "$file" ^ /dev/null
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user