Skip to content
Snippets Groups Projects
Commit cd24b8e6 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Fix typo

parent 5e89538a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/gitlab/ ...@@ -8,7 +8,7 @@ COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/gitlab/
WORKDIR /go/src/maubot.xyz/gitlab WORKDIR /go/src/maubot.xyz/gitlab
RUN dep ensure -vendor-only RUN dep ensure -vendor-only
COPY . /go/src/maubot.xyx/gitlab COPY . /go/src/maubot.xyz/gitlab
RUN CGO_ENABLED=0 go build -o /usr/bin/maulabbot RUN CGO_ENABLED=0 go build -o /usr/bin/maulabbot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment