mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix success typo in Makefile (#5809)
This commit is contained in:
committed by
Christopher Speller
parent
f9be4d5acb
commit
76f8420a52
2
Makefile
2
Makefile
@@ -201,7 +201,7 @@ check-server-style: govet
|
||||
$(eval GOFMT_OUTPUT := $(shell gofmt -d -s api/ model/ store/ utils/ manualtesting/ einterfaces/ cmd/platform/ 2>&1))
|
||||
@echo "$(GOFMT_OUTPUT)"
|
||||
@if [ ! "$(GOFMT_OUTPUT)" ]; then \
|
||||
echo "gofmt sucess"; \
|
||||
echo "gofmt success"; \
|
||||
else \
|
||||
echo "gofmt failure"; \
|
||||
exit 1; \
|
||||
|
||||
Reference in New Issue
Block a user