summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 4 insertions, 0 deletions
diff --git a/getmock b/getmock
index 1cf3885..94dab3d 100755
--- a/getmock
+++ b/getmock
@@ -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