Skip to content

Commit 805234c

Browse files
Fix if
1 parent e6aba3a commit 805234c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ RUN set -exuo pipefail ; \
8585
if [ "$MYSQL_VERSION" = "8.0" ];then \
8686
MYSQL_FILENAME=mysql80-community-release-el9-5.noarch.rpm; \
8787
MYSQL_MD5=4fa11545b76db63df0efe852e28c4d6b; \
88-
elif [ "$MYSQL_VERSION" = "8.4" ];then \
88+
elif [ "$MYSQL_VERSION" = "8.4" ];then \
8989
MYSQL_FILENAME=mysql84-community-release-el9-1.noarch.rpm; \
9090
MYSQL_MD5=15a20fea9018662224f354cb78b392e7; \
91-
else
91+
else \
9292
echo "Uknown mysql version"; \
9393
exit 1; \
9494
fi; \

0 commit comments

Comments
 (0)