Skip to content

Commit

Permalink
[no ci] caps
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 2, 2022
1 parent 126ff6a commit 436ce0b
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 @@ -111,7 +111,7 @@ def check_zap() -> str:
zap_commit = shell.run_cmd(command, return_cmd_output=True)
zap_commit = zap_commit.split(" ")[2]
zap_commit = zap_commit[:zap_commit.index("\t")]
flush_print(f"found zap commit: {zap_commit}")
flush_print(f"Found zap commit: {zap_commit}")
return zap_commit


Expand Down

0 comments on commit 436ce0b

Please sign in to comment.