summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-08-18 19:55:58 +0200
committerAki <please@ignore.pl>2024-08-18 19:55:58 +0200
commit8707680aef99947f90749214dd21070dc803fae9 (patch)
tree812873bb674d4c503398b70a5df43508663993eb
parent885be0526dfb6635700e38c8b558932e87a4b139 (diff)
downloadnoita-backup-master.zip
noita-backup-master.tar.gz
noita-backup-master.tar.bz2
Fixed to use minutes in timestampHEADmaster
-rwxr-xr-xnoita-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/noita-backup b/noita-backup
index 9489de7..fa06d7c 100755
--- a/noita-backup
+++ b/noita-backup
@@ -15,7 +15,7 @@ notify() {
}
stamp() {
- date +%Y-%m-%d-%H-%m-%S
+ date +%Y-%m-%d-%H-%M-%S
}
backup() {