From 38c2904401c588aa367cecd6d1f6c3b54216d6fb Mon Sep 17 00:00:00 2001 From: Janki Chhatbar Date: Mon, 17 Jul 2023 15:54:12 +0530 Subject: [PATCH] Update the binary path in accordance with https://github.com/submariner-io/subctl/pull/837 changing the `subctl` binary location. Epic: https://github.com/submariner-io/enhancements/issues/182 Signed-off-by: Janki Chhatbar --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 65bec4e..347f855 100755 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@ *tar.xz) ${get} "${url}" | tar xfJ - || return 1 # shellcheck disable=SC2086 - install_subctl subctl*/subctl*${os}-${architecture}* + install_subctl subctl*/subctl ;; *) # non tar.xz releases (older) filename=$(basename "${url}")