From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:14:15 +0000 (+1000) Subject: Fix deps target X-Git-Tag: 0.2.0~10 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8f7b887fc3d733a9d12cdf9f9a3bea212cc14413;p=aya.git Fix deps target --- diff --git a/Makefile b/Makefile index a4cf4b7..448b8b1 100644 --- 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)