fish_add_path: remove extra argument to printf

This commit is contained in:
Johannes Altmanninger
2025-10-05 09:03:55 +02:00
parent 83af5c91bd
commit c2e2fd6432

View File

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