Fix packr path dependency
This commit is contained in:
parent
3c77273990
commit
1b421070cb
2 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ apt-get install -y nodejs
|
||||||
|
|
||||||
PATH=$PATH:~/go/bin
|
PATH=$PATH:~/go/bin
|
||||||
|
|
||||||
go get -u github.com/gobuffalo/packr/v2/packr2
|
go get -u github.com/gobuffalo/packr/packr2
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ apt-get install -y nodejs
|
||||||
|
|
||||||
PATH=$PATH:~/go/bin
|
PATH=$PATH:~/go/bin
|
||||||
|
|
||||||
go get -u github.com/gobuffalo/packr/v2/packr2
|
go get -u github.com/gobuffalo/packr/packr2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue