Skip to content

Commit

Permalink
fix comment indent
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 beba46b commit c90391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalicelib/checks/deployment_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def deploy_ff_staging(connection, **kwargs):
@check_function()
def deploy_cgap_production(connection, **kwargs):
""" Deploys CGAP portal master to production environment.
Eventually, this ought to be deprecated in favor of a staging deploy.
Eventually, this ought to be deprecated in favor of a staging deploy.
"""
return deploy_env(
connection,
Expand Down

0 comments on commit c90391f

Please sign in to comment.