Skip to content

Commit 009821c

Browse files
committed
Fix information about RESTARTABLE option
1 parent 7e240d5 commit 009821c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base-notebook/start-notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Entrypoint is start.sh
1818
command = []
1919

20-
# If we want to survive restarts, tell that to start.sh
20+
# If we want to survive restarts, launch the command using `run-one-constantly`
2121
if os.environ.get("RESTARTABLE") == "yes":
2222
command.append("run-one-constantly")
2323

0 commit comments

Comments
 (0)