Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Whoops, use the right variable
Browse files Browse the repository at this point in the history
Sam Kottler committed Mar 23, 2014
1 parent 2c04130 commit da85d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .chef/knife.rb
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
current_dir = File.dirname(__FILE__)
log_level :info
log_location STDOUT
node_name chef_username
node_name env_username
client_key "#{current_dir}/#{env_username}.pem"
validation_client_name "rubygems-validator"
validation_key "#{current_dir}/rubygems-validator.pem"

0 comments on commit da85d8b

Please sign in to comment.