Display OK status when fetching plugins from the cache.

This commit is contained in:
Jorge Bucaran 2016-05-20 08:25:25 +09:00
parent 36a9952f23
commit e6e30f3fff
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -493,7 +493,7 @@ function __fisher_plugin_fetch_items
if test -z "$names[2]"
if test -d "$src"
if test ! -d "$fisher_config/$names[1]"
__fisher_log info "Fetch @$names[1]@" "$__fisher_stderr"
__fisher_log okay "Fetch @$names[1]@" "$__fisher_stderr"
end
if test -L "$src"
@ -510,7 +510,7 @@ function __fisher_plugin_fetch_items
if test "$real_namespace" = "$names[2]"
if test ! -d "$fisher_config/$names[1]"
__fisher_log info "Fetch @$names[1]@" "$__fisher_stderr"
__fisher_log okay "Fetch @$names[1]@" "$__fisher_stderr"
end
command cp -Rf "$src" "$fisher_config"