Skip to content

Commit 4a7e0b8

Browse files
committed
Reference right choice
1 parent 3eb7d95 commit 4a7e0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Actions/DetermineRegion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function invoke()
3434
}
3535

3636
if (!$region) {
37-
$region = $this->choice('What AWS region would you like your functions to be deployed in?', $this->awsRegions(), 'us-east-2');
37+
$region = $this->command->choice('What AWS region would you like your functions to be deployed in?', $this->awsRegions(), 'us-east-2');
3838
}
3939

4040
$this->progress("Using region `$region`");

0 commit comments

Comments
 (0)