Skip to content

Commit 36c379c

Browse files
authored
Fix outdated Kourier url (#587)
1 parent 1447151 commit 36c379c

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
@@ -27,7 +27,7 @@ function build_flags() {
2727
# Knative component versions
2828
local branch="`git branch --show-current | cut -d '-' -s -f2`"
2929
local serving="`git ls-remote --tags --ref https://github.com/knative/serving.git | grep -F "${branch}" | cut -d '-' -f2 | cut -d 'v' -f2 | sort -Vr | head -n 1`"
30-
local kourier="`git ls-remote --tags --ref https://github.com/knative-sandbox/net-kourier.git | grep -F "${branch}" | cut -d '-' -f2 | cut -d 'v' -f2 | sort -Vr | head -n 1`"
30+
local kourier="`git ls-remote --tags --ref https://github.com/knative-extensions/net-kourier.git | grep -F "${branch}" | cut -d '-' -f2 | cut -d 'v' -f2 | sort -Vr | head -n 1`"
3131
local eventing="`git ls-remote --tags --ref https://github.com/knative/eventing.git | grep -F "${branch}" | cut -d '-' -f2 | cut -d 'v' -f2 | sort -Vr | head -n 1`"
3232

3333

0 commit comments

Comments
 (0)