Skip to content

Commit

Permalink
Merge branch 'UDENG-5706-ubuntu-insights-uploader' into consent-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hk21702 committed Jan 30, 2025
2 parents c26443d + 42ce446 commit 7466d84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/uploader/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ var (
)

// Upload uploads the reports corresponding to the source to the configured server.
// Does not do duplicate checks.
//
// It will only upload reports that are mature enough, and have not been uploaded before.
// If force is true, maturity and duplicate check will be skipped.
func (um Uploader) Upload(force bool) error {
slog.Debug("Uploading reports")

Expand Down

0 comments on commit 7466d84

Please sign in to comment.