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.
2 parents 5089729 + fb4dcc4 commit 5addb68Copy full SHA for 5addb68
Makefile
@@ -67,7 +67,7 @@ uninstall:
67
"$(DEST)/bin/limactl" \
68
"$(DEST)/bin/nerdctl.lima" \
69
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
70
- if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
+ if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
71
72
.PHONY: lint
73
lint:
0 commit comments