We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aad160 + 22e1ea8 commit 8f408c5Copy full SHA for 8f408c5
1 file changed
cmd/setup.go
@@ -81,7 +81,7 @@ func GetPulumiUser() string {
81
logger.Error("skip update check: " + err.Error())
82
}
83
84
- cmd := exec.CommandContext(ctx, "pulumi", "whoami")
+ cmd := exec.CommandContext(ctx, "pulumi", "whoami", "--non-interactive")
85
86
stdout, err := cmd.CombinedOutput()
87
if err != nil {
0 commit comments