missed a slash

This commit is contained in:
David Newhall II 2019-07-06 19:49:44 -07:00
parent 7cd1ad6ca7
commit 66e9bea358
1 changed files with 1 additions and 1 deletions

View File

@ -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
#