summaryrefslogtreecommitdiffstats
path: root/.air.toml
diff options
context:
space:
mode:
Diffstat (limited to '.air.toml')
-rw-r--r--.air.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.air.toml b/.air.toml
index 6825118b95..d13f8c4f99 100644
--- a/.air.toml
+++ b/.air.toml
@@ -2,7 +2,7 @@ root = "."
tmp_dir = ".air"
[build]
-cmd = "make backend"
+cmd = "make --no-print-directory backend"
bin = "gitea"
delay = 1000
include_ext = ["go", "tmpl"]