diff --git a/lib/chef-dk/command/export.rb b/lib/chef-dk/command/export.rb index 1fb7eac67..e179fb0da 100644 --- a/lib/chef-dk/command/export.rb +++ b/lib/chef-dk/command/export.rb @@ -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: