From f5b83e651599e4b7849b4acd5e3927ab902f4a8c Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 7 Feb 2026 09:52:55 +0100 Subject: [PATCH] Fixed incorrect cache path. --- src/azure/pca-auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure/pca-auth.js b/src/azure/pca-auth.js index 5bb764f..f443212 100644 --- a/src/azure/pca-auth.js +++ b/src/azure/pca-auth.js @@ -13,7 +13,7 @@ import { async function createPca({ tenantId, clientId }) { const cachePath = path.join( Environment.getUserRootDirectory(), - "sk-az-tools", + ".config/sk-az-tools", `${clientId}-msal.cache`, );