Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 1, 2022
1 parent f92534c commit 0602dc1
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 @@ -110,7 +110,7 @@ def check_zap(master=False) -> str:
flush_print("Fetching master")
command = "git fetch origin master --depth=1 --recurse-submodules"
shell.run_cmd(command)
branch = "master"
branch = "origin/master"
else:
branch = shell.run_cmd("git rev-parse --abbrev-ref HEAD",
return_cmd_output=True).replace("\n", "")
Expand Down

0 comments on commit 0602dc1

Please sign in to comment.