From ebc1724821ea91b488a8289079d5fff605b03e3e Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 8 Mar 2013 21:49:45 -0800 Subject: added support for development tag --- lib/leap_cli/config/object.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/leap_cli/config/object.rb') diff --git a/lib/leap_cli/config/object.rb b/lib/leap_cli/config/object.rb index 5a5c7b1..e4fe619 100644 --- a/lib/leap_cli/config/object.rb +++ b/lib/leap_cli/config/object.rb @@ -184,10 +184,10 @@ module LeapCli end # - # returns a list of nodes that match similar production level (production, local, testing, etc) + # returns a list of nodes that match similar production level (production, local, development, etc) # def nodes_like_me - nodes[:production => @node.production, :local => @node.local] + nodes[:production => @node.production, :local => @node.local, :development => @node.development] end class FileMissing < Exception -- cgit v1.2.3