Skip to content

Commit

Permalink
Revert changes to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
atc0005 committed Dec 12, 2019
1 parent 47d41ab commit 54f9be9
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 @@ -84,10 +84,10 @@ lintinstall:
@$(LINTINSTALLCMD)
@echo "Finished running linting tools install script"

# https://stackoverflow.com/questions/16315089/how-to-get-exit-status-of-a-shell-command-used-in-gnu-makefile
linting:
@echo "Calling wrapper script: $(LINTINGCMD)"
@$(LINTINGCMD)
@echo "Finished running linting checks"

gotests:
@echo "Running go tests ..."
Expand Down

0 comments on commit 54f9be9

Please sign in to comment.