Skip to content

Commit 2574ca6

Browse files
committed
change(upload): add log message for when no files are found
1 parent 8cb0b52 commit 2574ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/upload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ var uploadCmd = &cobra.Command{
9191

9292
if len(upload.LocalFiles) == 0 {
9393
// there are no files to upload
94+
upload.Log.Info("There were no files found, skipping...")
9495
continue
9596
}
9697

0 commit comments

Comments
 (0)