Add name argument to __fisher_plugin_source function.

This commit is contained in:
Jorge Bucaran 2016-02-04 02:46:18 +09:00
parent 96d685ab7d
commit 06f05dd538
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ function __fisher_plugin_enable -a plugin path
__fisher_plugin_link $link $source $fisher_config/$target
if test "$class" = --source
__fisher_plugin_source $fisher_config/$target
__fisher_plugin_source $plugin $fisher_config/$target
end
end
end

View file

@ -1,3 +1,3 @@
function __fisher_plugin_source -a file
function __fisher_plugin_source -a plugin file
source "$file" ^ /dev/null
end