Display OK status when fetching plugins from the cache.

pull/445/head
Jorge Bucaran 8 years ago
parent 36a9952f23
commit e6e30f3fff
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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"

Loading…
Cancel
Save