Skip to content

Commit

Permalink
Merge pull request #145 from pawelpacana/patch-1
Browse files Browse the repository at this point in the history
Fix typo in chef_environment search query.
  • Loading branch information
tobami committed Jan 26, 2013
2 parents 9025a24 + 1546029 commit 8aeeebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ result from merging cookbook, node and role attributes, following the standard
[Chef attribute preference rules][]. Some [automatic attributes][] are also added.

```ruby
munin_servers = search(:node, "role:#{node['munin']['server_role']} AND chef_environment:node.chef_environment']}")`
munin_servers = search(:node, "role:#{node['munin']['server_role']} AND chef_environment:#{node.chef_environment}")
```

#### Logs ####
Expand Down

0 comments on commit 8aeeebe

Please sign in to comment.