From 84734e2c9a34e2ba35832dd3d290d2d2815428ef Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 9 Jul 2022 13:23:31 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 plugins/templates/before-script-redis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/templates/before-script-redis.yml b/plugins/templates/before-script-redis.yml
index 9da2e6f..a285a45 100644
--- a/plugins/templates/before-script-redis.yml
+++ b/plugins/templates/before-script-redis.yml
@@ -19,7 +19,7 @@ before_script:
   - |
     if [[ $(php -v) =~ "PHP 5.6" ]]; then
       pecl install redis-2.2.8
-    elif
+    else
       pecl install redis
     fi
   - echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini
-- 
GitLab