We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfac4c7 commit f9e8a2fCopy full SHA for f9e8a2f
Makefile
@@ -17,7 +17,7 @@ KUBECONFIG_CONTEXT ?= k3s-lab
17
K3S_VERSION ?= v1.32.2+k3s1
18
19
# Root of this repo — used by run-local-script / run-remote-script in local mode
20
-K3S_LAB := $(abspath $(dir $(MAKEFILE_LIST)))
+K3S_LAB := $(abspath $(dir $(firstword $(MAKEFILE_LIST))))
21
K3S_LAB_RAW := https://raw.githubusercontent.com/KevinDeBenedetti/k3s-lab/main
22
23
# Terminal colors
0 commit comments