From c658305a1b7636a140acc94b292bae9ec4c47de2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 27 Jun 2017 21:19:48 +0200 Subject: [PATCH] Correct path for rest-server --- run_integration_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_integration_tests.go b/run_integration_tests.go index 98d892437..9317c8de5 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -91,7 +91,7 @@ func (env *TravisEnvironment) Prepare() error { "golang.org/x/tools/cmd/cover", "github.com/pierrre/gotestcover", "github.com/NebulousLabs/glyphcheck", - "github.com/restic/rest-server", + "github.com/restic/rest-server/cmd/rest-server", } for _, pkg := range pkgs {