diff --git a/fisher.fish b/fisher.fish index 6a0ce98..e126bfd 100644 --- a/fisher.fish +++ b/fisher.fish @@ -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 &