Skip to content

Commit

Permalink
actually use application_name, not name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Berg authored and Eric Berg committed Jun 25, 2020
1 parent 1767933 commit 415aab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chalicelib/checks/deployment_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def deploy_ff_staging(connection, **kwargs):
return deploy_env(
connection,
env_to_deploy=compute_ff_stg_env(),
name="Fourfront",
application_name="Fourfront",
check='deploy_ff_staging',
**kwargs)

Expand All @@ -255,6 +255,6 @@ def deploy_cgap_production(connection, **kwargs):
return deploy_env(
connection,
env=compute_cgap_prd_env(),
name="CGAP Portal",
application_name="CGAP Portal",
check='deploy_cgap_production',
**kwargs)

0 comments on commit 415aab5

Please sign in to comment.