Skip to content

Commit

Permalink
Update the binary path
Browse files Browse the repository at this point in the history
in accordance with submariner-io/subctl#837 changing the
`subctl` binary location.

Epic: submariner-io/enhancements#182

Depends on submariner-io/subctl#837

Signed-off-by: Janki Chhatbar <[email protected]>
  • Loading branch information
Jaanki committed Jul 19, 2023
1 parent 34fa8c4 commit da24050
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
case ${url} in
*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}")
Expand Down

0 comments on commit da24050

Please sign in to comment.