Skip to content

Commit 5602b96

Browse files
committed
Adjust for recent changes to test-templates.sh
Signed-off-by: Jan Dubois <[email protected]>
1 parent 49af120 commit 5602b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/test-templates.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ if [[ -n ${CHECKS["port-forwards"]} ]]; then
136136
limactl validate "$FILE_HOST"
137137
fi
138138

139-
INFO "Make sure template embedding copies \"$FILE\" exactly"
140-
diff -u <(echo -n "base: $FILE" | limactl tmpl copy --embed - -) "$FILE"
139+
INFO "Make sure template embedding copies \"$FILE_HOST\" exactly"
140+
diff -u <(echo -n "base: $FILE_HOST" | limactl tmpl copy --embed - -) "$FILE_HOST"
141141

142142
function diagnose() {
143143
NAME="$1"

0 commit comments

Comments
 (0)