Skip to content

Commit 8cd349b

Browse files
Alex Buchananadamstruck
authored andcommitted
worker: fix log message typo
1 parent 4dffa18 commit 8cd349b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func FlattenOutputs(ctx context.Context, outputs []*tes.Output, store storage.St
9797
}
9898

9999
if len(list) == 0 {
100-
ev.Warn("download source directory is empty", "url", output.Url)
100+
ev.Warn("upload source directory is empty", "url", output.Url)
101101
continue
102102
}
103103

0 commit comments

Comments
 (0)