Skip to content

Commit

Permalink
fix test - remove org change for version
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha Munishwar <[email protected]>
  • Loading branch information
vmunishwar committed Jan 26, 2023
1 parent bc904cd commit 0b92e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION="${1:-$LATEST_GIT_TAG}"

# makes builds reproducible
export CGO_ENABLED=0
LDFLAGS="-X github.com/carvel-dev/ytt/pkg/version.Version=$VERSION"
LDFLAGS="-X github.com/vmware-tanzu/carvel-ytt/pkg/version.Version=$VERSION"

rm -f website/generated.go

Expand Down

0 comments on commit 0b92e28

Please sign in to comment.