diff --git a/bin/autojump.fish b/bin/autojump.fish index ead7ea1..b16ef01 100644 --- a/bin/autojump.fish +++ b/bin/autojump.fish @@ -91,7 +91,7 @@ function jo case cygwin cygstart "" (cygpath -w -a (pwd)) case '*' - __aj_error "Unknown operating system: \"$OSTYPE\"" + __aj_err "Unknown operating system: \"$OSTYPE\"" end else __aj_err "autojump: directory '"$argv"' not found"