Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Correct chef export usage message #859

Merged
merged 1 commit into from May 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/chef-dk/command/export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ class Export < Base

`chef export` creates a Chef Zero compatible Chef repository containing the
cookbooks described in a Policyfile.lock.json. The exported repository also
contains a client.rb which configures chef to apply your policy. Once the
contains a .chef/config.rb which configures chef to apply your policy. Once the
exported repo is copied to the target machine, you can apply the policy to the
machine with:

`chef-client -c client.rb -z`.
`chef-client -z`.

See our detailed README for more information:

Expand Down