Skip to content

Commit

Permalink
Merge branch 'main' into automation/yarn-upgrade-util
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt authored Feb 12, 2024
2 parents 1c5354b + 2e29b15 commit a4de46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdktf-cli/src/bin/cmds/helper/terraform-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ the following file for use by subsequent Terraform commands:
try {
await open.default(this.terraformLoginURL, {
allowNonzeroExitCode: true,
wait: true,
wait: false, // Should remain false. Otherwise, it waits for the app (browser) to exit/quit, not just the window.
});
} catch (e) {
logger.debug(
Expand Down

0 comments on commit a4de46f

Please sign in to comment.