From 9826a7d8a3336342af7b564dac331824f810d4f6 Mon Sep 17 00:00:00 2001 From: sinavir Date: Fri, 12 Apr 2024 22:59:46 +0200 Subject: [PATCH] fix(cache): Fix weird message when using `cache` command --- scripts/cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cache.sh b/scripts/cache.sh index 503a7e9..816ef78 100755 --- a/scripts/cache.sh +++ b/scripts/cache.sh @@ -1,7 +1,7 @@ ENDPOINT=${ATTIC_ENDPOINT:-https://cachix.dgnum.eu} if [ "$1" == "off" ]; then - echo "Please edit $XDG_CONFIG_DIRS/nix/nix.conf to remove the cache" + echo "Please edit $XDG_CONFIG_HOME/nix/nix.conf to remove the cache" elif [ "$1" == "on" ]; then @attic@/bin/attic login dgnum "$ENDPOINT" @attic@/bin/attic use dgnum:infra