Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Aug 4, 2021
1 parent 9143e21 commit 1a93acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ploigos_step_runner/step_implementers/deploy/argocd.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def _run_step(self): # pylint: disable=too-many-locals
repo_branch=deployment_config_repo_branch,
git_email=self.get_value('git-email'),
git_name=self.get_value('git-name'),
username = self.get_value('git-username'),
username = self.get_value('git-username'),
password = self.get_value('git-password')
)

Expand Down

0 comments on commit 1a93acc

Please sign in to comment.