]> Nishi Git Mirror - aya.git/commitdiff
Fix deps target
authorJames Mills <1290234+prologic@users.noreply.github.com>
Thu, 16 Mar 2023 09:14:15 +0000 (19:14 +1000)
committerJames Mills <1290234+prologic@users.noreply.github.com>
Thu, 16 Mar 2023 09:14:15 +0000 (19:14 +1000)
Makefile

index a4cf4b7f5e56b832dc01ae550e320c33bc5877e4..448b8b182b0fc4b66a31ab04047a4ef6cfce9172 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ preflight: ## Run preflight checks to ensure you have the right build tools
 
 deps: ## Install any required dependencies
        @$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest
-       @$(GOCMD) install git.mills.io/prologic/static@latest
+       @$(GOCMD) install go.mills.io/static/cmd/static@latest
 
 dev : DEBUG=1
 dev : build ## Build debug version of zs (cli)