missed a slash
This commit is contained in:
parent
7cd1ad6ca7
commit
66e9bea358
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue