summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/hack/go-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/hack/go-build.sh')
-rwxr-xr-xsrc/go/collectors/go.d.plugin/hack/go-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/hack/go-build.sh b/src/go/collectors/go.d.plugin/hack/go-build.sh
index 331b6bcff6..960eaa20ba 100755
--- a/src/go/collectors/go.d.plugin/hack/go-build.sh
+++ b/src/go/collectors/go.d.plugin/hack/go-build.sh
@@ -40,7 +40,7 @@ GOLDFLAGS="$GOLDFLAGS -w -s -X main.version=$VERSION"
build() {
echo "Building ${GOOS}/${GOARCH}"
- CGO_ENABLED=0 GOOS="$1" GOARCH="$2" go build -ldflags "${GOLDFLAGS}" -o "$3" "github.com/netdata/go.d.plugin/cmd/godplugin"
+ CGO_ENABLED=0 GOOS="$1" GOARCH="$2" go build -ldflags "${GOLDFLAGS}" -o "$3" "github.com/netdata/netdata/go/go.d.plugin/cmd/godplugin"
}
create_config_archives() {