mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 16:44:55 -05:00
oopsies i didn't mean to put the seconds in there
This commit is contained in:
parent
049a0e827d
commit
1e07ef9628
1 changed files with 1 additions and 1 deletions
2
loop.sh
2
loop.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/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
|
GH_TOKEN=$2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue