aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-03-08 23:55:52 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-04-09 14:37:15 +0200
commit47e5cbce435cffe286c9128d36540f90a5bd7e20 (patch)
tree2f4b93df32021eb0bb8a4772edb9c46a1686a1aa /main.go
parente7f23367478c69ad1b1b63df64a7c956b348eebc (diff)
Bug-AGL: SPEC-2289 Change-Id: I0218ccd23ef9340c3d80ed0e1c5f04e651220813 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0ab162d..ad58aec 100644
--- a/main.go
+++ b/main.go
@@ -34,7 +34,7 @@ import (
"path"
- common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git/golib"
+ common "gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git"
"github.com/Sirupsen/logrus"
"github.com/codegangsta/cli"
"github.com/joho/godotenv"