Skip to content

Commit bcb36fa

Browse files
committed
fix install.deps target
1 parent 0381174 commit bcb36fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install.deps:
1818
@echo "==> Installing dev dependencies"
1919
@$(GO) get -u rsc.io/gt
2020
@$(GO) get -u github.com/jteeuwen/go-bindata/...
21-
@$(GO) get -u github.com/pointlander/peg/...
21+
@$(GO) get -u github.com/pointlander/peg
2222
.PHONY: install.deps
2323

2424
# Run all tests.

0 commit comments

Comments
 (0)