1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2025-02-04 18:20:57 +02:00

Fix packr path dependency

This commit is contained in:
Sebastien Malot 2021-11-23 08:55:59 +01:00
parent 3c77273990
commit 1b421070cb
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ apt-get install -y nodejs
PATH=$PATH:~/go/bin
go get -u github.com/gobuffalo/packr/v2/packr2
go get -u github.com/gobuffalo/packr/packr2

View File

@ -9,5 +9,5 @@ apt-get install -y nodejs
PATH=$PATH:~/go/bin
go get -u github.com/gobuffalo/packr/v2/packr2
go get -u github.com/gobuffalo/packr/packr2