Skip to content

Commit b0920f4

Browse files
cf-buildpacks-enggit
authored andcommitted
Update CNB tools
1 parent 8d2db6f commit b0920f4

2 files changed

Lines changed: 1 addition & 36 deletions

File tree

scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [[ -z "$version" ]]; then #version not provided, use latest git tag
3232
version=${git_tag:1}
3333
fi
3434

35-
go run -ldflags="-X main.VersionString=${version}" scripts/template.go
35+
args="${args} -version ${version}"
3636

3737
eval "${args}" "${full_path}"
3838

scripts/template.go

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)