1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

osx: fix exit on unknown command in spotify function (#8375)

This commit is contained in:
Péter HÉJA
2019-11-14 18:32:21 +01:00
committed by Marc Cornellà
parent 24d83d1e8c
commit e453731fc9

View File

@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
break ;;
* )
showHelp;
exit 1;
break;
esac
done