installScript: fix duplication in curl command

pull/250/head
Lionel Nicolas 4 years ago
parent 7aa4a1f4b6
commit 1c7eaf7f35
  1. 2
      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

Loading…
Cancel
Save