Skip to content

Commit

Permalink
fix(create-pr-preview command): add missing command param to method call
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc0z authored and christiansiegel committed Jul 6, 2020
2 parents e669379 + e2c7d4e commit 178e7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitopscli/commands/create_pr_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def create_pr_preview_command(
logging.info("App repo PR branch %s checkout successful", pr_branch)
git_hash = apps_git.get_last_commit_hash()
create_preview_command(
command,
username,
password,
git_user,
Expand Down

0 comments on commit 178e7b4

Please sign in to comment.