Skip to content
Open
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
2 changes: 1 addition & 1 deletion .chef/plugins/knife/source_ingredient_sublimetext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run
FileUtils.touch(File.join(Chef::Config[:data_bag_path],'.writeable'))
FileUtils.touch(File.join(Chef::Config[:file_cache_path],'.writeable'))
rescue
puts "Set role_path and file_cache_path in knife.rb to somewhere writable"
puts "Set data_bag_path and file_cache_path in knife.rb to somewhere writable"
exit 1
end
data_bag_name = 'sublimetext' # maybe set this via cmdline later
Expand Down