From 1e07ef962870de038a91abc2990bf7461217ad4d Mon Sep 17 00:00:00 2001 From: CeciliaKelley33Mm Date: Fri, 11 Oct 2024 12:56:56 +0700 Subject: [PATCH] oopsies i didn't mean to put the seconds in there --- loop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop.sh b/loop.sh index c746d06..0a6b08f 100755 --- a/loop.sh +++ b/loop.sh @@ -1,6 +1,6 @@ #!/bin/bash -START_TIME=$(date +"%H:%M:%S") # the checkTime.js script uses local time +START_TIME=$(date +"%H:%M") # the checkTime.js script uses local time GH_TOKEN=$2