Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Feb 1, 2025
1 parent 6dc1965 commit c295b25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2e/scripts/install-kots-cli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail

function main() {
# the version may have changed, so we need to re-install
rm -rf "$(which kubectl-kots)"

install_kots_cli
}

main

0 comments on commit c295b25

Please sign in to comment.