From 576f1637590d74482dbc4ef4ebd0dcd5aff9fb9b Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Thu, 2 Jun 2022 01:27:13 +0000 Subject: [PATCH] fix dead ref --- 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 beb4d38a3aa811..84b9f2efd3551e 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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""" \