Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 30, 2024
1 parent 1890f89 commit 90a0ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export version="$1"
db=${2:-install}
${MYSQL_ROOT_PASSWORD}=${MYSQL_ROOT_PASSWORD:-root}
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}

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

0 comments on commit 90a0ad1

Please sign in to comment.