Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 13, 2024
1 parent 8e84fed commit d18831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/commands/buildinfo/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (bpc *BuildPublishCommand) CommandName() string {
log.Warn("Failed to get the value of the environment variable: " + coreutils.UsageAutoPublishedBuild + ". " + err.Error())
}
if autoPublishedTriggered {
return "rt_auto_build_publish"
return "rt_build_publish_auto"
}
return "rt_build_publish"
}
Expand Down

0 comments on commit d18831e

Please sign in to comment.