Skip to content

Commit

Permalink
fix: Update air install path (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek authored Nov 17, 2024
1 parent 60677cf commit 1fee430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ generate-web: check-go
## air: Build and start application in live reload mode via air
.PHONY: air
air: get-deps generate-web
go install github.com/cosmtrek/air@latest
go install github.com/air-verse/air@latest
air

## check-go: Check that Go is installed
Expand Down

0 comments on commit 1fee430

Please sign in to comment.