From 7c260aa178006cf51bc18d4d8ce0dbabd4f5138f Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Thu, 22 Feb 2024 17:30:28 -0500 Subject: [PATCH] fix: quotes --- cmd/project/tomlBuilder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/project/tomlBuilder.go b/cmd/project/tomlBuilder.go index 0b0329c..602854f 100644 --- a/cmd/project/tomlBuilder.go +++ b/cmd/project/tomlBuilder.go @@ -52,7 +52,7 @@ container_disk_size_gb = 100 # Set environment variables for the pod. # For a full list of base environment variables, visit: https://github.com/runpod/containers/blob/main/official-templates/base/Dockerfile # -# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with `CTRL+C`. +# POD_INACTIVITY_TIMEOUT - Number of seconds before terminating the pod after a session ends. End a session with 'CTRL+C'. # - You only pay for the pod until it terminates. # # RUNPOD_DEBUG_LEVEL - Log level for RunPod. Set to 'debug' for detailed logs.