From 05207336f79b289b03cc94339b01da98d5778337 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 5 Nov 2021 17:29:03 +0100 Subject: [PATCH] Fix: Remove copy&paste target Signed-off-by: Knut Ahlers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e82c40e..58f279f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: lint test lint: golangci-lint run --timeout=5m -publish: frontend +publish: curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh bash golang.sh