Skip to content

Commit 8d5305c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/bin/restacker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ begin
117117
action = unparsed.pop
118118
puts(VERSION) || exit(0) if options[:version]
119119
usage("Please specify an ACTION") && exit(0) if action.nil?
120-
plane = RestackerConfig.get_plane(options)
120+
plane = RestackerConfig.find_plane(options)
121121

122122
if action == 'configure'
123123
printf "%-s (%s)\n", Rainbow("CONFIGURING PLANE").white.bright.underline, plane

0 commit comments

Comments
 (0)