Skip to content

Commit 5b4c073

Browse files
authored
Merge pull request #3318 from saschagrunert/obs-wait-true
Default `krel obs stage --wait` to `true`
2 parents 1961d45 + 1e7387e commit 5b4c073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/krel/cmd/obs_stage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func init() {
184184
BoolVar(
185185
&obsStageOptions.Wait,
186186
obsWaitFlag,
187-
false,
187+
true,
188188
"Wait for the OBS build results to succeed",
189189
)
190190

0 commit comments

Comments
 (0)