From 66e9bea3586f99bf4091d3760888df8e62daa8fc Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 6 Jul 2019 19:49:44 -0700 Subject: [PATCH] missed a slash --- integrations/inputunifi/init/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/inputunifi/init/docker/Dockerfile b/integrations/inputunifi/init/docker/Dockerfile index c92a1770..b0429577 100644 --- a/integrations/inputunifi/init/docker/Dockerfile +++ b/integrations/inputunifi/init/docker/Dockerfile @@ -15,7 +15,7 @@ COPY . $GOPATH/src/github.com/davidnewhall/unifi-poller WORKDIR $GOPATH/src/github.com/davidnewhall/unifi-poller RUN dep ensure --vendor-only \ - && CGO_ENABLED=0 make unifi-poller.${ARCH}.${OS} + && CGO_ENABLED=0 make unifi-poller.${ARCH}.${OS} \ && mv unifi-poller.${ARCH}.${OS} unifi-poller #