From c91cfd361cf07eb3f38630370e000d6fde807ac0 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:20:20 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for preboot.sh Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- preboot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preboot.sh b/preboot.sh index 69637a9..b79fee1 100644 --- a/preboot.sh +++ b/preboot.sh @@ -1,9 +1,9 @@ set -a && source .env && set +a node -e "console.log(Date.now())" > boot_stamp curl -X POST "https://slack.com/api/chat.postMessage" \ - -H "Authorization: Bearer $SLACK_BOT_TOKEN" \ - -H "Content-Type: application/json" \ - -d '{ + -H "Authorization: Bearer $SLACK_BOT_TOKEN" \ + -H "Content-Type: application/json" \ + -d '{ "channel": "C07LEEB50KD", "text": "Zeon is booting up", }'