summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/billco-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/billco-upload b/bin/billco-upload
index 165eafa..f0adbd8 100644
--- a/bin/billco-upload
+++ b/bin/billco-upload
@@ -8,7 +8,7 @@ for a in header detail; do
mv spool-$a.csv $date-$a.csv
done
-echo zip $date.zip $date-header.csv $date-detail.csv
+zip $date.zip $date-header.csv $date-detail.csv
echo $dir/$date.zip