installScript: fix duplication in curl command

This commit is contained in:
Lionel Nicolas 2020-05-26 23:06:23 -04:00
parent 7aa4a1f4b6
commit 1c7eaf7f35

View File

@ -15,7 +15,7 @@ K3S_TAG := $(shell curl --silent "https://update.k3s.io/v1-release/channels/sta
ifeq ($(K3S_TAG),) ifeq ($(K3S_TAG),)
$(warning K3S_TAG undefined: couldn't get latest k3s image 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) $(error exiting)
endif endif