summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/helpers.go')
-rw-r--r--client/go/cmd/helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/helpers.go b/client/go/cmd/helpers.go
index 18a499fcffc..333e20d41a6 100644
--- a/client/go/cmd/helpers.go
+++ b/client/go/cmd/helpers.go
@@ -13,7 +13,7 @@ import (
"strings"
"time"
- "github.com/vespa-engine/vespa/vespa"
+ "github.com/vespa-engine/vespa/client/go/vespa"
)
var exitFunc = os.Exit // To allow overriding Exit in tests