We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5305c commit 85b6e04Copy full SHA for 85b6e04
1 file changed
source/lib/base_stacker.rb
@@ -27,9 +27,8 @@
27
28
class BaseStacker
29
def initialize(options)
30
- location = RestackerConfig.get_plane(options)
+ location = RestackerConfig.find_plane(options)
31
config = RestackerConfig.load_config(location)
32
-
33
# use default region if not passed in from cli
34
config[:region] = options[:region] if options[:region]
35
options[:region] = config[:region] unless options[:region]
0 commit comments