Skip to content

Commit

Permalink
dev-util/doppler: version needs v prefix despite tag being w/o
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Jun 8, 2024
1 parent e68900b commit f84a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/doppler/doppler-3.68.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ src_unpack() {
}

src_compile() {
ego build -o bin/doppler -ldflags "-s -w -X github.com/DopplerHQ/cli/pkg/version.ProgramVersion=${PV}" .
ego build -o bin/doppler -ldflags "-s -w -X github.com/DopplerHQ/cli/pkg/version.ProgramVersion=v${PV}" .
}

src_install() {
Expand Down

0 comments on commit f84a946

Please sign in to comment.