Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UnleashedMind committed Jul 15, 2020
1 parent 12f493d commit e7a4524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/src/init/initProjectHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function initProjectWithAccessKey(cwd: string, settings: { accessKeyId: s
.resumeRecording()
.wait('region');

singleSelect(chain, settings.region, amplifyRegions);
singleSelect(chain, s.region, amplifyRegions);

chain.wait('Try "amplify add api" to create a backend API and then "amplify publish" to deploy everything')
.run((err: Error) => {
Expand Down

0 comments on commit e7a4524

Please sign in to comment.