summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan-debian@420.am>2012-03-07 15:04:00 -0800
committerIvan Kohler <ivan-debian@420.am>2012-03-07 15:04:00 -0800
commite07e597fa4943c46a2d4e80d31f4135fa85269fc (patch)
treed7e84e76df0764127b3fac5a56e851074d47e0bf
parent27fbfef73f48159208b698e8aa71abebb251ddb5 (diff)
yes, i did mean TAB instead of 8 spaces
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e1326e62..a2b29c1e1 100644
--- a/Makefile
+++ b/Makefile
@@ -413,7 +413,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 ..