This commit is contained in:
Jorge Bucaran 2016-05-05 22:12:14 +09:00
parent 08ea67ddc3
commit 89e5616b02
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -638,7 +638,7 @@ function __fisher_update_path_async -a name path
if test -z \"\$commits\" -o \"\$commits\" -eq 0
printf '$okay""OKAY""$nc Latest $okay%s$nc\n' '$name' > $__fisher_stderr
else
printf '$okay""OKAY""$nc Pulled $okay%s$nc new commits $okay%s$nc\n' \$commits '$name' > $__fisher_stderr
printf '$okay""OKAY""$nc Pulled $okay%s$nc new commit/s $okay%s$nc\n' \$commits '$name' > $__fisher_stderr
end
" > /dev/stderr &