mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +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 ;;
|
break ;;
|
||||||
* )
|
* )
|
||||||
showHelp;
|
showHelp;
|
||||||
exit 1;
|
break;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue