From 89e88c5e974500550ef6a18657ffe1158de2616d Mon Sep 17 00:00:00 2001 From: isubasinghe Date: Fri, 2 Jun 2023 10:15:00 +1000 Subject: [PATCH] fix: add space to fix release action issue Signed-off-by: isubasinghe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a14d84d753a..40a5e6b970d4 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,7 @@ ui/dist/app/index.html: $(shell find ui/src -type f && find ui -maxdepth 1 -type JOBS=max yarn --cwd ui build $(GOPATH)/bin/staticfiles: - go install bou.ke/staticfiles@dd04075# update this in Nix when upgrading it here + go install bou.ke/staticfiles@dd04075 # update this in Nix when upgrading it here ifeq ($(STATIC_FILES),true)