summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 067bf361e..bd8766981 100644
--- a/Makefile
+++ b/Makefile
@@ -429,7 +429,7 @@ release:
git tag ${TAG}
#cd /home/ivan
- git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
+ git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz
scp freeside-${VERSION}.tar.gz ivan@420.am:/var/www/www.sisd.com/freeside/
mv freeside-${VERSION} freeside-${VERSION}.tar.gz ..