We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5bcd49 + d418d2c commit 95598a8Copy full SHA for 95598a8
1 file changed
pkg/gitreceive/k8s_util.go
@@ -241,7 +241,6 @@ func progress(msg string, interval time.Duration) chan bool {
241
return
242
case <-tick:
243
fmt.Println(msg)
244
- default:
245
}
246
247
}()
0 commit comments