We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b6b86 commit 3bf1ed8Copy full SHA for 3bf1ed8
hack/build-flags.sh
@@ -16,7 +16,7 @@ function build_flags() {
16
local now rev
17
now="$(date -u '+%Y-%m-%d %H:%M:%S')"
18
rev="$(git rev-parse --short HEAD)"
19
- local pkg="knative.dev/client/pkg/kn/commands/version"
+ local pkg="knative.dev/client/pkg/commands/version"
20
local version="${TAG:-}"
21
# Use vYYYYMMDD-local-<hash> for the version string, if not passed.
22
if [[ -z "${version}" ]]; then
0 commit comments