]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
fix get date time typo
authorBastian Dehn <hhaalo@arcor.de>
Sun, 9 Aug 2026 09:40:36 +0000 (11:40 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 9 Aug 2026 09:40:36 +0000 (11:40 +0200)
src/backup

index b1b40984acabb08505a4b6ba2ca74c5b17154d6e..2ee6fbbbc75761b4248605ab66ff1a17a696fa7b 100755 (executable)
@@ -11,7 +11,7 @@ errlog()
 
 get_date_time()
 {
-       date --iso-8601=secondes
+       date --iso-8601=seconds
 }
 
 get_backup_type()