Skip to content

Commit

Permalink
Update gen3setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Feb 3, 2025
1 parent 5b0fc2c commit 54efd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/gen3setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export GEN3_PS1_OLD=${GEN3_PS1_OLD:-$PS1}
#
# Try to automate KUBECONFIG setup
#
if ! g3kubectl versions 2> /dev/null && [[ -z "$KUBECONFIG" && -f "$(gen3_secrets_folder)/kubeconfig" ]]; then
if ! g3kubectl version 2> /dev/null && [[ -z "$KUBECONFIG" && -f "$(gen3_secrets_folder)/kubeconfig" ]]; then
export KUBECONFIG="$(gen3_secrets_folder)/kubeconfig"
fi

Expand Down

0 comments on commit 54efd4a

Please sign in to comment.