mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
fish_add_path: remove extra argument to printf
This commit is contained in:
@@ -103,7 +103,7 @@ function fish_add_path --description "Add paths to the PATH"
|
||||
else
|
||||
if set -q _flag_verbose
|
||||
# print a message in verbose mode
|
||||
printf (_ "No paths to add, not setting anything.\n") "$p"
|
||||
printf (_ "No paths to add, not setting anything.\n")
|
||||
end
|
||||
return 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user