From 1c7eaf7f3537fa0c0451c4422cc9ec30b8def1a5 Mon Sep 17 00:00:00 2001 From: Lionel Nicolas Date: Tue, 26 May 2020 23:06:23 -0400 Subject: [PATCH] installScript: fix duplication in curl command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18e343ba..f108f7b9 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ K3S_TAG := $(shell curl --silent "https://update.k3s.io/v1-release/channels/sta ifeq ($(K3S_TAG),) $(warning K3S_TAG undefined: couldn't get latest k3s image tag!) -$(warning Output of curl: $(shell curl --silent "curl --silent "https://update.k3s.io/v1-release/channels/stable"")) +$(warning Output of curl: $(shell curl --silent "https://update.k3s.io/v1-release/channels/stable")) $(error exiting) endif