Skip to content

Commit 457c28c

Browse files
committed
newline
1 parent 67bffb7 commit 457c28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/orchestrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ func compileUploadSketch(
12031203
}
12041204

12051205
callback := NewCallbackWriter(func(line string) {
1206-
_, _ = w.Write([]byte("."))
1206+
_, _ = w.Write([]byte(".\n"))
12071207
})
12081208

12091209
// build the sketch

0 commit comments

Comments
 (0)