From 8f7b887fc3d733a9d12cdf9f9a3bea212cc14413 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:14:15 +1000 Subject: [PATCH] Fix deps target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)