You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${SORRI_CACHE_DIR_PREFIX:-$HOME/.cache/sorri/${SORRI_CACHE_NAME}}" does not follow the spec for users may want their caches. Use $XDG_CACHE_DIR as the highest priority and fallback to $HOME after.
The text was updated successfully, but these errors were encountered:
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
${SORRI_CACHE_DIR_PREFIX:-$HOME/.cache/sorri/${SORRI_CACHE_NAME}}"
does not follow the spec for users may want their caches. Use$XDG_CACHE_DIR
as the highest priority and fallback to$HOME
after.The text was updated successfully, but these errors were encountered: