Skip to content

Commit

Permalink
change(upload): add log message for when no files are found
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed May 25, 2020
1 parent 8cb0b52 commit 2574ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ var uploadCmd = &cobra.Command{

if len(upload.LocalFiles) == 0 {
// there are no files to upload
upload.Log.Info("There were no files found, skipping...")
continue
}

Expand Down

0 comments on commit 2574ca6

Please sign in to comment.