diff options
author | Aki <please@ignore.pl> | 2024-08-18 19:55:58 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-08-18 19:55:58 +0200 |
commit | 8707680aef99947f90749214dd21070dc803fae9 (patch) | |
tree | 812873bb674d4c503398b70a5df43508663993eb | |
parent | 885be0526dfb6635700e38c8b558932e87a4b139 (diff) | |
download | noita-backup-master.zip noita-backup-master.tar.gz noita-backup-master.tar.bz2 |
-rwxr-xr-x | noita-backup | 2 |
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() { |