summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/deploy b/script/deploy
index 40a36a9..b2bcd45 100755
--- a/script/deploy
+++ b/script/deploy
@@ -23,7 +23,7 @@ rev="$( git rev-parse --verify HEAD )"
now="$( date -u "+%Y-%m-%dT%H:%M:%SZ" )"
# Archive file name
-archive="./${now}_${rev}.tar.gz"
+archive="./${now}-${rev}.tar.gz"
printf "Re-generating static website from source ...\\n"
( cd "${root}" \
Generated by cgit. See skreutz.com for my tech blog and contact information.