Merge pull request #250 from lionelnicolas/bugfix/fix-copy-paste-in-makefile
installScript: fix duplication in curl command (thanks @lionelnicolas)
This commit is contained in:
commit
2a0b425f67
2
Makefile
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…
x
Reference in New Issue
Block a user