Skip to content

Commit fb4dcc4

Browse files
committed
Fix indentation
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent 5943068 commit fb4dcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ uninstall:
6767
"$(DEST)/bin/limactl" \
6868
"$(DEST)/bin/nerdctl.lima" \
6969
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
70-
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
70+
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
7171

7272
.PHONY: lint
7373
lint:

0 commit comments

Comments
 (0)