Update livebook.json (#9070)

Fixed incorrect path to livebook.creds file
This commit is contained in:
Karel Wintersky
2025-11-12 11:01:19 +03:00
committed by GitHub
parent cad3f716d2
commit 1b6d26a903

View File

@@ -33,7 +33,7 @@
}, },
"notes": [ "notes": [
{ {
"text": "Show initial Livebook password: `cat ~/livebook.creds`", "text": "Show initial Livebook password: `cat /opt/livebook/livebook.creds`",
"type": "info" "type": "info"
} }
] ]