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 f8e95b5 commit b258fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ has_stored_host_preflight_results() {
}

install_kots_cli() {
if command -v kots; then
if command -v kubectl-kots; then
return
fi

Expand Down
5 changes: 4 additions & 1 deletion e2e/scripts/install-kots-cli.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
set -euox pipefail

DIR=/usr/local/bin
. $DIR/common.sh

function main() {
# the version may have changed, so we need to re-install
Expand Down

0 comments on commit b258fca

Please sign in to comment.