Fix incorrect import
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 May 2017 07:07:32 +0000 (09:07 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 22 May 2017 07:07:32 +0000 (09:07 +0200)
lib/xdsconfig/config.go

index efea5ba..5ac2ffa 100644 (file)
@@ -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