Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
(rubygems-chef) use single quotes
Browse files Browse the repository at this point in the history
Sam Kottler committed Feb 16, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9418a46 commit 1422886
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node.default["slack"]["enabled"] = true
node.default['slack']['enabled'] = true
2 changes: 1 addition & 1 deletion cookbooks/rubygems-chef/recipes/slack.rb
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@
username: slack_creds['username'],
icon_url: slack_creds['icon_url']
)
action node["slack"]["enabled"] ? :create : :delete
action node['slack']['enabled'] ? :create : :delete
end

0 comments on commit 1422886

Please sign in to comment.