Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Christensen committed Jun 14, 2012
2 parents e748da9 + 67419a0 commit 28871b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/recipe.rb
Expand Up @@ -2,8 +2,8 @@ module Discovery
module Recipe

%w{search all}.each do |dsl_method|
define_method("discovery_#{method}") do |role='', args={}|
Discovery.send(method, role, {:node => node}.merge(args))
define_method("discovery_#{dsl_method}") do |role='', args={}|
Discovery.send(dsl_method, role, {:node => node}.merge(args))
end
end

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,4 +2,4 @@
maintainer_email "aj@junglist.gen.nz"
license "Apache 2.0"
description "Installs/Configures the discovery library"
version "0.1.3"
version "0.1.4"

0 comments on commit 28871b4

Please sign in to comment.