Skip to content

Commit

Permalink
removed unused command
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun committed Apr 1, 2019
1 parent d497468 commit ebe41e5
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 @@ -41,7 +41,7 @@ fmt:
@if [ -n "$$(go fmt ./...)" ]; then echo 'Please run go fmt on your code.' && exit 1; fi

.PHONY : install_dependencies
install_dependencies: install_errcheck get
install_dependencies: get

.PHONY: get
get:
Expand Down

0 comments on commit ebe41e5

Please sign in to comment.