diff --git a/.deploy.sh b/.deploy.sh
index 473e31215b8558ac98762917e255928a079244ff..ca958641b5599a74bbcba6d0b2d0621a44fc62b3 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