diff options
-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() { |