From a67a7cea7d86238a2817232f756dadf1bee3b09d Mon Sep 17 00:00:00 2001 From: Saxon1 Date: Thu, 3 May 2018 13:21:28 +0930 Subject: [PATCH] updated iot path --- RevidCLI.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevidCLI.go b/RevidCLI.go index a563916f..91c78ac5 100644 --- a/RevidCLI.go +++ b/RevidCLI.go @@ -37,7 +37,7 @@ import ( "bitbucket.org/ausocean/av/revid" "bitbucket.org/ausocean/utils/smartLogger" - "bitbucket.org/ausocean/IoT/pi/netsender" + "bitbucket.org/ausocean/iot/pi/netsender" linuxproc "github.com/c9s/goprocinfo/linux" )