diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -291,6 +291,10 @@ if [[ $1 == redis* ]]; then opt=$1 shift fi +if [[ $1 == memcached ]]; then + opt=$1 + shift +fi if [[ $1 == composer* ]]; then opt=$1 shift |