Skip to content

Commit 5addb68

Browse files
authored
Merge pull request #519 from rancher-sandbox/fix-indentation
Fix indentation
2 parents 5089729 + fb4dcc4 commit 5addb68

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)