1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00

Fixing slight bug in minion bash script

This commit is contained in:
Matt Button 2011-01-20 22:58:01 +00:00
parent a6f8b15b77
commit 75c2c27f08

2
minion
View file

@ -14,7 +14,7 @@
# ./minion task:name --help
#
if [[ $# > 1 && $1 != --* ]]
if [[ $# > 0 && $1 != --* ]]
then
TASK="--task=$1"
shift 1