Skip to content

Commit 8558edd

Browse files
committed
Chef::Config.cookbook_tarball_path, not taballs
1 parent 4cb2c49 commit 8558edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef/lib/chef/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def self.manage_secret_key
9999
authorized_openid_identifiers nil
100100
authorized_openid_providers nil
101101
cookbook_path [ "/var/chef/cookbooks", "/var/chef/site-cookbooks" ]
102-
cookbook_tarballs_path "/var/chef/cookbook-tarballs"
102+
cookbook_tarball_path "/var/chef/cookbook-tarballs"
103103
couchdb_database "chef"
104104
couchdb_url "http://localhost:5984"
105105
couchdb_version nil

0 commit comments

Comments
 (0)