From 1b6d26a9036bdb260268c0f0d0c444dc2ab27c94 Mon Sep 17 00:00:00 2001 From: Karel Wintersky Date: Wed, 12 Nov 2025 11:01:19 +0300 Subject: [PATCH] Update livebook.json (#9070) Fixed incorrect path to livebook.creds file --- frontend/public/json/livebook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/livebook.json b/frontend/public/json/livebook.json index 0bad4f4f3..ea740d1d7 100644 --- a/frontend/public/json/livebook.json +++ b/frontend/public/json/livebook.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Show initial Livebook password: `cat ~/livebook.creds`", + "text": "Show initial Livebook password: `cat /opt/livebook/livebook.creds`", "type": "info" } ]