diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-22 09:07:32 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-22 09:07:32 +0200 |
commit | 3cdf92cf07607d60b266e2a458f503af753020f3 (patch) | |
tree | 2f95a0eac9c96b94c872c25ad407c23d676d310d /lib | |
parent | 102ae0ca156cb77af8c4a20f4849057ac827cce6 (diff) |
Fix incorrect import
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xdsconfig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsconfig/config.go b/lib/xdsconfig/config.go index efea5ba..5ac2ffa 100644 --- a/lib/xdsconfig/config.go +++ b/lib/xdsconfig/config.go @@ -7,7 +7,7 @@ import ( "github.com/Sirupsen/logrus" "github.com/codegangsta/cli" - "github.com/iotbzh/xds-server/lib/common" + "github.com/iotbzh/xds-agent/lib/common" ) // Config parameters (json format) of /config command |