We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416e850 commit 1cabb85Copy full SHA for 1cabb85
Makefile
@@ -1,4 +1,4 @@
1
-VERSION := 1.6.0
+VERSION := 1.6.1
2
BINNAME := solbuild
3
4
.PHONY: build
builder/source/simple.go
@@ -213,6 +213,8 @@ func onTTY() bool {
213
func (s *SimpleSource) showProgress(resp *grab.Response) {
214
if !onTTY() {
215
slog.Info("Downloading source", "uri", s.URI)
216
+
217
+ return
218
}
219
220
pbar := pb.Start64(resp.Size())
0 commit comments