Skip to content

Commit

Permalink
fix: Fix Makefile typo (aws#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndobryanskyy authored and jfuss committed Dec 5, 2018
1 parent 9271ee7 commit dc6819b
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 @@ -20,7 +20,7 @@ flake:
flake8 tests/unit tests/integration

lint:
# Liner performs static analysis to catch latent bugs
# Linter performs static analysis to catch latent bugs
pylint --rcfile .pylintrc samcli

# Command to run everytime you make changes to verify everything works
Expand Down

0 comments on commit dc6819b

Please sign in to comment.