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 5943068 commit fb4dcc4Copy full SHA for fb4dcc4
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