Skip to content

Commit

Permalink
fix: typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Feb 28, 2021
1 parent b75d2f2 commit b82522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ ginkgo: ## Run tests using Ginkgo

fmt: ## Checks that the code is formatted correcty
@@if [ -n "$$(gofmt -s -e -l -d .)" ]; then \
echo "gofmt check failed: run 'gofmt -d -e -l -w .'"; \
echo "gofmt check failed: run 'gofmt -s -e -l -w .'"; \
exit 1; \
fi

Expand Down

0 comments on commit b82522a

Please sign in to comment.