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

Signed-off-by: Janki Chhatbar <[email protected]>
  • Loading branch information
Jaanki committed Jul 17, 2023
1 parent 34fa8c4 commit 38c2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 38c2904

Please sign in to comment.