Skip to content

Commit a487175

Browse files
committed
fix: invalid loads value
1 parent 3e135ee commit a487175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.cron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HEADERS='{"X-API-Key": "xyz"}'
44
STARTPOINT="https://api.example.com/start"
55
ENDPOINT="https://api.example.com/end"
66
PASSWD=$(<$HOME/.haypass)
7-
CMD="./main.py --headers $HEADERS --startpoint $STARTPOINT --endpoint $ENDPOINT --key $PASSWD"
7+
CMD="./main.py --headers '$HEADERS' --startpoint $STARTPOINT --endpoint $ENDPOINT --key $PASSWD --verbose"
88

99
export USER_AGENT_COMMENT="I am @webjay"
1010
export PATH=/opt/homebrew/bin:/usr/bin:/usr/local/bin:$PATH

0 commit comments

Comments
 (0)