stack-kicker 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|