Skip to content

Commit

Permalink
fix dead ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 2, 2022
1 parent 27ea5b5 commit 576f163
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 @@ -280,7 +280,7 @@ def main(argv: Sequence[str]) -> None:
#

if options.validate_zzz:
flush_print(f"Validating\n{_CI_MANIFEST_FILE_NAME}\n{_CHEF_ZZZ_ROOT}\n",
flush_print(f"Validating\n{_CHEF_ZZZ_ROOT}\n",
with_border=True)
fix_instructions = textwrap.dedent(f""" \
Expand Down

0 comments on commit 576f163

Please sign in to comment.