From 1fc47c76b6e413fe8a236c336a06848eb9dc461d Mon Sep 17 00:00:00 2001 From: Kevin Pham Date: Sun, 3 Dec 2023 17:06:00 -0600 Subject: [PATCH] fix air config --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 0778d8a..2739c5b 100644 --- a/.air.toml +++ b/.air.toml @@ -21,7 +21,7 @@ tmp_dir = "tmp" poll = false poll_interval = 0 post_cmd = [] - pre_cmd = ["git submodule update --init --recursive; rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION"] + pre_cmd = ["git submodule update --init --recursive; git rev-parse --short HEAD > handlers/VERSION; git rev-parse --short HEAD > cmd/VERSION"] rerun = false rerun_delay = 500 send_interrupt = false