Skip to content

Commit

Permalink
Fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 1, 2022
1 parent cac8616 commit 0a1de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def check_zap(master=False) -> str:
"""
shell.run_cmd(f"cd {_REPO_BASE_PATH}")
if master:
shell.run_cmd(f"git fetch master")
shell.run_cmd(f"git fetch origin master")
branch = "master"
else:
branch = shell.run_cmd("git rev-parse --abbrev-ref HEAD",
Expand Down

0 comments on commit 0a1de0a

Please sign in to comment.