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))
|
$(eval GOFMT_OUTPUT := $(shell gofmt -d -s api/ model/ store/ utils/ manualtesting/ einterfaces/ cmd/platform/ 2>&1))
|
||||||
@echo "$(GOFMT_OUTPUT)"
|
@echo "$(GOFMT_OUTPUT)"
|
||||||
@if [ ! "$(GOFMT_OUTPUT)" ]; then \
|
@if [ ! "$(GOFMT_OUTPUT)" ]; then \
|
||||||
echo "gofmt sucess"; \
|
echo "gofmt success"; \
|
||||||
else \
|
else \
|
||||||
echo "gofmt failure"; \
|
echo "gofmt failure"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user