Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Jun 2, 2022
1 parent 576f163 commit b151b26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ def main(argv: Sequence[str]) -> None:
flush_print(f"Validating\n{_CHEF_ZZZ_ROOT}\n",
with_border=True)
fix_instructions = textwrap.dedent(f""" \
Cached files out of date!
Please:
./scripts/bootstrap.sh
Expand All @@ -292,7 +291,6 @@ def main(argv: Sequence[str]) -> None:
npm install
cd ../../..
./examples/chef/chef.py --generate_zzz
git add examples/chef/ci_manifest.json
git add examples/chef/zzz_generated
Ensure you are running with the latest version of ZAP from master!""")
ci_manifest = generate_device_manifest()
Expand Down

0 comments on commit b151b26

Please sign in to comment.