Skip to content

Commit

Permalink
[COOK-554] Typo in backup_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Campi authored and schisamo committed Jul 19, 2011
1 parent 30fde65 commit 8006dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-client/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
default["chef_client"]["init_style"] = "bsd"
default["chef_client"]["run_path"] = "/var/run"
default["chef_client"]["cache_path"] = "/var/chef/cache"
default["chef_client"]["backup_path"] = "/var/chef/cache"
default["chef_client"]["backup_path"] = "/var/chef/backup"
else
default["chef_client"]["init_style"] = "none"
default["chef_client"]["run_path"] = "/var/run"
Expand Down

0 comments on commit 8006dca

Please sign in to comment.