Skip to content

Commit

Permalink
add missing command param
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc0z committed Jul 6, 2020
1 parent e669379 commit e2c7d4e
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 e2c7d4e

Please sign in to comment.