Say 'pulled X commits' when updating.

This commit is contained in:
Jorge Bucaran 2016-05-01 12:23:08 +09:00
parent 40b6d295d9
commit f6a25a32ef
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -620,7 +620,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 $okay%s$nc new commits $okay%s$nc\n' \$commits '$name' > $__fisher_stderr
printf '$okay""OKAY""$nc Pulled $okay%s$nc new commits $okay%s$nc\n' \$commits '$name' > $__fisher_stderr
end
" > /dev/stderr &