Fix success typo in Makefile (#5809)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
f9be4d5acb
Коммит
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; \
|
||||
|
||||
Ссылка в новой задаче
Block a user