We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4018d9 commit 8d5305cCopy full SHA for 8d5305c
1 file changed
source/bin/restacker
@@ -117,7 +117,7 @@ begin
117
action = unparsed.pop
118
puts(VERSION) || exit(0) if options[:version]
119
usage("Please specify an ACTION") && exit(0) if action.nil?
120
- plane = RestackerConfig.get_plane(options)
+ plane = RestackerConfig.find_plane(options)
121
122
if action == 'configure'
123
printf "%-s (%s)\n", Rainbow("CONFIGURING PLANE").white.bright.underline, plane
0 commit comments