summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-10-19 18:27:29 +0200
committerGitHub <noreply@github.com>2021-10-20 00:27:29 +0800
commitde61816623b80bfdc45b51bbce75f4d388da7218 (patch)
tree6e8bc60acada16d8eb97f2f08465c6e6e6c451a5 /Makefile
parent9f3d5c0a23e5235c613243bc921a880aa6eba6bc (diff)
downloadgitea-de61816623b80bfdc45b51bbce75f4d388da7218.tar.gz
gitea-de61816623b80bfdc45b51bbce75f4d388da7218.zip
Rename .air.conf to .air.toml (#17360)
As of https://github.com/cosmtrek/air/pull/90, the preferred file extension is .toml. The file format was always toml itself.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 929f74ff9c..aa47cea534 100644
--- a/Makefile
+++ b/Makefile
@@ -352,7 +352,7 @@ watch-backend: go-check
@hash air > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) install github.com/cosmtrek/air@bedc18201271882c2be66d216d0e1a275b526ec4; \
fi
- air -c .air.conf
+ air -c .air.toml
.PHONY: test
test: test-frontend test-backend