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 c096466 commit 7a6fd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k9s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi
log "Installing k9s..."
K9S_CONFIG=${XDG_CONFIG_HOME:="$USER_HOME/.config/k9s"}
K9S_CTX=${XDG_DATA_HOME:="$USER_HOME/.local/share/k9s"}
echo -n "Config folder: $K9S_CONFIG"
echo "Config folder: $K9S_CONFIG"
echo -n "Contexts folder: $K9S_CTX"

function cleanup() {
Expand Down

0 comments on commit 7a6fd71

Please sign in to comment.