Skip to content

Commit 85b6e04

Browse files
author
Peter Benjamin
committed
Replace get_plane with find_plane
1 parent 8d5305c commit 85b6e04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/lib/base_stacker.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727

2828
class BaseStacker
2929
def initialize(options)
30-
location = RestackerConfig.get_plane(options)
30+
location = RestackerConfig.find_plane(options)
3131
config = RestackerConfig.load_config(location)
32-
3332
# use default region if not passed in from cli
3433
config[:region] = options[:region] if options[:region]
3534
options[:region] = config[:region] unless options[:region]

0 commit comments

Comments
 (0)