Skip to content

Commit f9e8a2f

Browse files
fix: correct K3S_LAB assignment in Makefile for proper path resolution
1 parent bfac4c7 commit f9e8a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ KUBECONFIG_CONTEXT ?= k3s-lab
1717
K3S_VERSION ?= v1.32.2+k3s1
1818

1919
# Root of this repo — used by run-local-script / run-remote-script in local mode
20-
K3S_LAB := $(abspath $(dir $(MAKEFILE_LIST)))
20+
K3S_LAB := $(abspath $(dir $(firstword $(MAKEFILE_LIST))))
2121
K3S_LAB_RAW := https://raw.githubusercontent.com/KevinDeBenedetti/k3s-lab/main
2222

2323
# Terminal colors

0 commit comments

Comments
 (0)