diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,7 +283,7 @@ if [ $1 = glpi94 ]; then opt=glpi94 shift fi -if [ $1 = redis50 -o $1 = redis60 ]; then +if [ $1 = redis50 -o $1 = redis60 -o $1 = composer1 -o $1 = composer2 ]; then opt=$1 shift fi |