Skip to content

Commit 3bf1ed8

Browse files
Fix package location for build flags (#1979)
Co-authored-by: David Simansky <[email protected]>
1 parent b3b6b86 commit 3bf1ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build-flags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function build_flags() {
1616
local now rev
1717
now="$(date -u '+%Y-%m-%d %H:%M:%S')"
1818
rev="$(git rev-parse --short HEAD)"
19-
local pkg="knative.dev/client/pkg/kn/commands/version"
19+
local pkg="knative.dev/client/pkg/commands/version"
2020
local version="${TAG:-}"
2121
# Use vYYYYMMDD-local-<hash> for the version string, if not passed.
2222
if [[ -z "${version}" ]]; then

0 commit comments

Comments
 (0)