Skip to content

Commit

Permalink
needs to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Jan 16, 2025
1 parent 678b5a1 commit 9e4acc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/jake.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

# A custom flag, respected by my custom kubectl. Essentially `kubectl ${JAKE_KUBE_CACHE_DIR+--cache-dir "$JAKE_KUBE_CACHE_DIR"}`
# unsure if any parents need to be created
JAKE_KUBE_CACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/kubectl"
export JAKE_KUBE_CACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/kubectl"

# (TODO: this probably doesn't always work. Didn't for gradle at least)
# Enable java to read the cacertificates from linux. Technically, there's an intermediate process (ca-certificates-java)
Expand Down

0 comments on commit 9e4acc0

Please sign in to comment.