Skip to content

Commit

Permalink
Merge pull request #45 from ripienaar/43.1
Browse files Browse the repository at this point in the history
(#43) fix using own version in packager
  • Loading branch information
ripienaar authored Feb 8, 2022
2 parents 783f133 + 38a9c48 commit de4726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajc/package_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (c *packageCommand) dockerAction(_ *kingpin.ParseContext) error {
}

if h.AJVersion == "" {
h.AJVersion = version
h.AJVersion = fmt.Sprintf("v%s", version)
}
if h.Name == "" {
h.Name = "choria.io/asyncjobs/handlers"
Expand Down

0 comments on commit de4726b

Please sign in to comment.