From cd094a7344e2af5906bea58f1b175f26c31c40ff Mon Sep 17 00:00:00 2001
From: Guilherme Becker Agge <gba17@inf.ufpr.br>
Date: Thu, 5 Jul 2018 12:03:19 -0300
Subject: [PATCH] SCRUM#580: Refactor the deploy code

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

diff --git a/.deploy.sh b/.deploy.sh
index 473e312..ca95864 100755
--- a/.deploy.sh
+++ b/.deploy.sh
@@ -27,7 +27,7 @@ else
     LINE=$(head -n 1 $CHANGELOG)
     PACKAGE=$(echo "$LINE" | cut -d' ' -f1)
     VERSION=$(echo "$LINE" | cut -d' ' -f2 | grep -o -E '[0-9]*\.[0-9]*\.[0-9]*')
-    REPREPRO_CMD="reprepro -Vb /home/repository/www/le6 copysrc $REPO_SRC $REPO_TGT $PACKAGE $VERSION"
+    REPREPRO_CMD="reprepro -Vb /home/repository/www/le6 copysrc $REPO_TGT $REPO_SRC $PACKAGE $VERSION"
 
     ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null repository@repo.c3sl.ufpr.br "$REPREPRO_CMD"
 fi
-- 
GitLab