aboutsummaryrefslogtreecommitdiffstats
path: root/archive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'archive.sh')
-rwxr-xr-xarchive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.sh b/archive.sh
index 7b8f8be..855e439 100755
--- a/archive.sh
+++ b/archive.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# Collect archived assets to a text file
+# Collect archive asset to a text file
DST="/tmp/finalstore/archive"
if [ ! -d $DST ]; then
mkdir -p $DST