Skip to content

Commit 4900b90

Browse files
committed
Fix syntax
1 parent 395dae9 commit 4900b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export version="$1"
66
db=${2:-install}
7-
${MYSQL_ROOT_PASSWORD}=${MYSQL_ROOT_PASSWORD:-root}
7+
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
88

99
# If this script is called from unit-tests.sh, we use the test environment
1010
export APP_ENV="${3:-prod}"

0 commit comments

Comments
 (0)