Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

History

Showing with 1 addition and 1 deletion.
  1. +1 −1 Upgrading-to-0.3.0.md
2 changes: 1 addition & 1 deletion Upgrading-to-0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When no `solo.rb` is present `knife cook` will transfer your kitchen to `$HOME/c

### Upgrade Option 2: Custom solo.rb

If you need a custom `solo.rb` you'll need to also add this line to either your `solo.rb` or your knife config (e.g. `./.chef/knife.rb`, `~/.chef/knife.rb`).
If you need a custom `solo.rb` you'll need to also add this line to your knife config (e.g. `./.chef/knife.rb`, `~/.chef/knife.rb`).

```rb
knife[:solo_path] = '/tmp/chef-solo'
Expand Down