From cd24b8e6f64cc1c504f14434b027967cdaff256f Mon Sep 17 00:00:00 2001
From: Tulir Asokan <tulir@maunium.net>
Date: Fri, 6 Jul 2018 16:07:06 +0300
Subject: [PATCH] Fix typo

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index cb09f30..a78c7dc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/gitlab/
 WORKDIR /go/src/maubot.xyz/gitlab
 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
 
 
-- 
GitLab