Skip to content

Commit 4945d41

Browse files
committed
missed
1 parent 450278f commit 4945d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/serverless/modules/rp_ping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def start_ping(self, test=False):
6969
return
7070

7171
if not os.environ.get("RUNPOD_POD_ID"):
72-
log.info("Not running on RunPod, pings will not be sent.")
72+
log.info("Not running on Runpod, pings will not be sent.")
7373
return
7474

7575
if (not self.PING_URL) or self.PING_URL == "PING_NOT_SET":

0 commit comments

Comments
 (0)