Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Apr 17, 2018
1 parent b73e0a6 commit 0525336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ generate-swagger:

.PHONY: swagger-check
swagger-check: generate-swagger
@diff=$$(git diff /public/swagger.v1.json); \
@diff=$$(git diff public/swagger.v1.json); \
if [ -n "$$diff" ]; then \
echo "Please run 'make generate-swagger' and commit the result:"; \
echo "$${diff}"; \
Expand Down

0 comments on commit 0525336

Please sign in to comment.