forked from TrueCloudLab/restic
Correct path for rest-server
This commit is contained in:
parent
63235d8f94
commit
c658305a1b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ func (env *TravisEnvironment) Prepare() error {
|
||||||
"golang.org/x/tools/cmd/cover",
|
"golang.org/x/tools/cmd/cover",
|
||||||
"github.com/pierrre/gotestcover",
|
"github.com/pierrre/gotestcover",
|
||||||
"github.com/NebulousLabs/glyphcheck",
|
"github.com/NebulousLabs/glyphcheck",
|
||||||
"github.com/restic/rest-server",
|
"github.com/restic/rest-server/cmd/rest-server",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, pkg := range pkgs {
|
for _, pkg := range pkgs {
|
||||||
|
|
Loading…
Reference in a new issue