Skip to content

Commit

Permalink
Fix package location for build flags (#1979)
Browse files Browse the repository at this point in the history
Co-authored-by: David Simansky <dsimansk@redhat.com>
  • Loading branch information
knative-prow-robot and dsimansk authored Nov 19, 2024
1 parent b3b6b86 commit 3bf1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function build_flags() {
local now rev
now="$(date -u '+%Y-%m-%d %H:%M:%S')"
rev="$(git rev-parse --short HEAD)"
local pkg="knative.dev/client/pkg/kn/commands/version"
local pkg="knative.dev/client/pkg/commands/version"
local version="${TAG:-}"
# Use vYYYYMMDD-local-<hash> for the version string, if not passed.
if [[ -z "${version}" ]]; then
Expand Down

0 comments on commit 3bf1ed8

Please sign in to comment.