Skip to content

Commit

Permalink
Fixing issues with packr dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Nov 15, 2018
1 parent 9b08358 commit cdb0d58
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION=${1:-0.0.1}
OUTPUT=${2:-clobber}

# Make sure Packr is installed
go get -u github.com/gobuffalo/packr/...
go get -u github.com/gobuffalo/packr/packr

# Prepare the Packr build command (this is a workaround for Homebrew)
BUILD_CMD="go run $GOPATH/src/github.com/gobuffalo/packr/packr/main.go"
Expand Down
42 changes: 21 additions & 21 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdb0d58

Please sign in to comment.