Skip to content

Commit

Permalink
Updated k9s.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 12, 2024
1 parent 051514d commit c096466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ fi
log "Installing k9s..."
K9S_CONFIG=${XDG_CONFIG_HOME:="$USER_HOME/.config/k9s"}
K9S_CTX=${XDG_DATA_HOME:="$USER_HOME/.local/share/k9s"}
echo "Config folder: $K9S_CONFIG"
echo "Contexts folder: $K9S_CTX"
echo -n "Config folder: $K9S_CONFIG"
echo -n "Contexts folder: $K9S_CTX"

function cleanup() {
if [ -d "$K9S_CONFIG" ]; then
Expand Down

0 comments on commit c096466

Please sign in to comment.