From 05a3faccbc579cc4c11519272852d0b7d1d59019 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 9 Feb 2024 13:37:54 +0100 Subject: [PATCH] docs: Fix authentication path --- docs/advanced/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/authentication.md b/docs/advanced/authentication.md index 65c62f6fd..6fb8ee8ef 100644 --- a/docs/advanced/authentication.md +++ b/docs/advanced/authentication.md @@ -66,4 +66,4 @@ On Linux, one can use `GNOME Keyring` (or just Keyring) to access credentials th ## Fallback storage If you run on a server with none of the aforementioned keychains available, then pixi falls back to store the credentials in an _insecure_ JSON file. -This JSON file is located at `~/.rattler/rattler_auth_store.json` and contains the credentials. +This JSON file is located at `~/.rattler/credentials.json` and contains the credentials.