r10k 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,8 +33,7 @@ module R10K::CLI::Module
33
33
  mods = env.modules.select { |mod| mod.name == module_name }
34
34
 
35
35
  if mods.empty?
36
- puts "No modules with name #{module_name} matched in environments #{environments.map(&:name).inspect}".red
37
- exit 1
36
+ puts "No modules with name #{module_name} matched in environment #{environment.name.inspect}".red
38
37
  end
39
38
 
40
39
  stack = Middleware::Builder.new
@@ -1,3 +1,3 @@
1
1
  module R10K
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r10k
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: