Skip to content

Commit 787bba6

Browse files
committed
Fix copy-paste error in Makefile
Signed-off-by: apostasie <[email protected]>
1 parent ee8c5c1 commit 787bba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ lint-licenses-all:
182182
&& GOOS=linux make lint-licenses \
183183
&& GOOS=windows make lint-licenses \
184184
&& GOOS=freebsd make lint-licenses \
185-
&& GOOS=darwin make lint-go
185+
&& GOOS=darwin make lint-licenses
186186
$(call footer, $@)
187187

188188
##########################
@@ -200,7 +200,7 @@ fix-go-all:
200200
&& GOOS=linux make fix-go \
201201
&& GOOS=windows make fix-go \
202202
&& GOOS=freebsd make fix-go \
203-
&& GOOS=darwin make lint-go
203+
&& GOOS=darwin make fix-go
204204
$(call footer, $@)
205205

206206
fix-mod:

0 commit comments

Comments
 (0)