mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
osx: fix exit on unknown command in spotify function (#8375)
This commit is contained in:
parent
24d83d1e8c
commit
e453731fc9
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
|
|||
break ;;
|
||||
* )
|
||||
showHelp;
|
||||
exit 1;
|
||||
break;
|
||||
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue