Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmogos committed Sep 23, 2020
1 parent 03a0be5 commit 2fcad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def deploy_config(config_name, push_config=True):

helpers.check_output_decoded(['git', 'push', 'origin', 'master'],
cwd=config_folder)

config_manager = ConfigManager().instance

# Already live, we will only update the change
Expand Down

0 comments on commit 2fcad59

Please sign in to comment.