Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jun 18, 2024
1 parent d05854f commit 5e260a9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cmd/mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ func (r *Mode) Build(application *api.Application) (err error) {
err = r.getArtifact()
return
}
if strings.Contains(application.Binary, ":") {
r.path.binary = "mvn://" + application.Binary + "@" + BinDir
} else {
r.path.binary = BinDir
}

r.path.binary = application.Binary + "@" + BinDir

return
}

Expand Down

0 comments on commit 5e260a9

Please sign in to comment.