From 0602dc1ecc2ba4e4f8eae6163ab0fa8912f4f5dc Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Wed, 1 Jun 2022 19:34:09 +0000 Subject: [PATCH] Test --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 5de08c65804695..fce51c66d165fd 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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", "")