Skip to content

Commit

Permalink
fixed make install script
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 26, 2018
1 parent bfb1491 commit 6589af1
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 @@ -3,7 +3,7 @@ GO_BIN ?= go

install:
packr
$(GO_BIN) install -v .
$(GO_BIN) install -v ./grift

deps:
$(GO_BIN) get github.com/gobuffalo/release
Expand Down

0 comments on commit 6589af1

Please sign in to comment.