Skip to content

Commit e493d53

Browse files
committed
Rename autocorrect
1 parent 57076aa commit e493d53

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
@@ -5,7 +5,7 @@ RELEASE_VERSION = $(shell .build/release/hostmgr --version)
55
lint:
66
docker run -it --rm -v `pwd`:`pwd` -w `pwd` ghcr.io/realm/swiftlint:0.47.1 swiftlint lint --strict
77

8-
autocorrect:
8+
lintfix:
99
docker run -it --rm -v `pwd`:`pwd` -w `pwd` ghcr.io/realm/swiftlint:0.47.1 swiftlint --autocorrect
1010

1111
build-release:

0 commit comments

Comments
 (0)