We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49af120 commit 5602b96Copy full SHA for 5602b96
hack/test-templates.sh
@@ -136,8 +136,8 @@ if [[ -n ${CHECKS["port-forwards"]} ]]; then
136
limactl validate "$FILE_HOST"
137
fi
138
139
-INFO "Make sure template embedding copies \"$FILE\" exactly"
140
-diff -u <(echo -n "base: $FILE" | limactl tmpl copy --embed - -) "$FILE"
+INFO "Make sure template embedding copies \"$FILE_HOST\" exactly"
+diff -u <(echo -n "base: $FILE_HOST" | limactl tmpl copy --embed - -) "$FILE_HOST"
141
142
function diagnose() {
143
NAME="$1"
0 commit comments