Skip to content

Commit 7c260aa

Browse files
committed
fix: quotes
1 parent 1fe915d commit 7c260aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/project/tomlBuilder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ container_disk_size_gb = 100
5252
# Set environment variables for the pod.
5353
# For a full list of base environment variables, visit: https://github.com/runpod/containers/blob/main/official-templates/base/Dockerfile
5454
#
55-
# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with `CTRL+C`.
55+
# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with 'CTRL+C'.
5656
# - You only pay for the pod until it terminates.
5757
#
5858
# RUNPOD_DEBUG_LEVEL - Log level for RunPod. Set to 'debug' for detailed logs.

0 commit comments

Comments
 (0)