stack-kicker 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stack-kicker/version.rb +1 -1
- data/lib/stack.rb +1 -1
- metadata +1 -1
data/lib/stack-kicker/version.rb
CHANGED
data/lib/stack.rb
CHANGED
@@ -78,7 +78,7 @@ module Stack
|
|
78
78
|
# if there is only one stack defined in the Stackfile, load it:
|
79
79
|
if StackConfig::Stacks.count == 1 && stack_name.nil?
|
80
80
|
stack_name = StackConfig::Stacks.keys[0]
|
81
|
-
Logger.
|
81
|
+
Logger.info { "Defaulting to #{stack_name} as there is a single stack defined and no stack named" }
|
82
82
|
end
|
83
83
|
|
84
84
|
# returns a config object, injecting the name into the returned config
|