Commit 860e7e67 by John Jarvis

Merge pull request #1205 from edx/jarv/migrate-typo

fixing typo again, using correct name
parents d25dbcb7 d68abc85
......@@ -29,8 +29,8 @@ pip install --exists-action w -r requirements/edx/local.txt
cd $WORKSPACE/configuration/playbooks/edx-east
if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${environment}.yml ]]; then
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${environment}.yml"
if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml ]]; then
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml"
fi
if [[ $db_dry_run=="false" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment