Skip to content

Commit a7d2341

Browse files
committed
Fix syntax
1 parent dc2a0c5 commit a7d2341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ distro_id=$(grep "^ID=" /etc/os-release)
88
case $distro_id in
99
"ID=fedora")
1010
dnf install pkg-config make bats autoconf automake util-linux -y
11-
dnf install composer php -y ;;
11+
dnf install composer php -y
1212
php_line="php"
1313
for p in gd mysql xml zip; do
1414
php_line="php-${p} $php_line"

0 commit comments

Comments
 (0)