mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
Fix typo in __fish_print_pipestatus
This commit is contained in:
parent
dbb74f87ba
commit
a85edbfbcd
|
@ -15,7 +15,7 @@ function __fish_print_pipestatus --description "Print pipestatus for prompt"
|
|||
|
||||
if not set -q argv[1]
|
||||
echo error: missing argument >&2
|
||||
status print-stacktrace >&2
|
||||
status print-stack-trace >&2
|
||||
return 1
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user