summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-08 13:58:36 +0100
committerRemi Collet <remi@php.net>2021-11-08 13:58:36 +0100
commit74f93117b42d9cf6fa06e2ae018ae4b566116e4d (patch)
tree3f77a741440e7f944a8a74f4a639ef26a8bfa5a5 /getmock
parent63eb029e252cfd42eeb61ac300c636d41acadbdd (diff)
drop glpi module, add memcached module (EL-9)
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