Skip to content

Commit c57564d

Browse files
committed
Remove the default job label for profilecli upload
1 parent 782a1d6 commit c57564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/profilecli/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func addUploadParams(cmd commander) *uploadParams {
3636
params.phlareClient = addPhlareClient(cmd)
3737

3838
cmd.Arg("path", "Path(s) to profile(s) to upload").Required().ExistingFilesVar(&params.paths)
39-
cmd.Flag("extra-labels", "Add additional labels to the profile(s)").Default("job=profilecli-upload").StringMapVar(&params.extraLabels)
39+
cmd.Flag("extra-labels", "Add additional labels to the profile(s)").StringMapVar(&params.extraLabels)
4040
return params
4141
}
4242

0 commit comments

Comments
 (0)