From 18f474c4e76f6200669114f121ec8aa49d0e7ecf Mon Sep 17 00:00:00 2001 From: Sven Schneider Date: Wed, 19 Nov 2025 14:46:01 +0100 Subject: [PATCH] fix: Update Passbolt credential path in JSON file (#9267) --- frontend/public/json/passbolt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/passbolt.json b/frontend/public/json/passbolt.json index 9fb741815..1b0eb691a 100644 --- a/frontend/public/json/passbolt.json +++ b/frontend/public/json/passbolt.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Type `cat ~/.Passbolt.creds` to see MariaDB database credentials. You will need those to setup Passbolt.", + "text": "Type `cat ~/passbolt.creds` to see MariaDB database credentials. You will need those to setup Passbolt.", "type": "info" }, {