Skip to content

Commit 3a916e4

Browse files
committed
Fix tyop
Signed-off-by: Jan Dubois <[email protected]>
1 parent 4c9d956 commit 3a916e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if limactl ls -q | grep -q "$NAME"; then
6464
fi
6565

6666
if [[ -n ${CHECKS["port-forwards"]} ]]; then
67-
tmpconfig="$HOME/lime-config-tmp"
67+
tmpconfig="$HOME/lima-config-tmp"
6868
mkdir -p "${tmpconfig}"
6969
trap 'rm -rf $tmpconfig' EXIT
7070
tmpfile="${tmpconfig}/${NAME}.yaml"

0 commit comments

Comments
 (0)