We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5177258 commit bcd8d8aCopy full SHA for bcd8d8a
1 file changed
pkg/cmd/hello/steps.go
@@ -242,7 +242,7 @@ func doBrevShellOnboarding(
242
if err1 != nil {
243
return breverrors.WrapAndTrace(err1)
244
}
245
- if res.HasRunBrevShell {
+ if shellOnboardingPollDone(res) {
246
spinner.Suffix = spinnerSuffix
247
time.Sleep(250 * time.Millisecond)
248
spinner.Stop()
@@ -298,7 +298,7 @@ func doVsCodeOnboarding(
298
299
300
301
- if shellOnboardingPollDone(res) {
+ if res.HasRunBrevOpen {
302
303
304
0 commit comments