From e2a01436636e2a1d078a678215f342f7ae12e36a Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Tue, 25 Jun 2019 10:36:25 +0200
Subject: [PATCH] fix destination

---
 .ci/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 769add72..49ac26de 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -39,7 +39,7 @@ do
                 git submodule update --recursive --init
 
                 # run contribute
-                cp ../../template/Gruntfile.coffee
+                cp ../../template/Gruntfile.coffee .
                 ln -s ../../theme/package.json package.json
                 ln -s ../../theme theme
 
-- 
GitLab