about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'leo.pl')
-rwxr-xr-xleo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/leo.pl b/leo.pl
index 054b9a1..fcf3bef 100755
--- a/leo.pl
+++ b/leo.pl
@@ -20,7 +20,7 @@ GetOptions(
 ) or die "Error in command line arguments\n";
 
 my $ymd = ymd(); # YYYY-MM-DD.
-my $backup_dir = "/tmp/backup/$ymd";
+my $backup_dir = "/tmp/backups/$ymd";
 
 path($backup_dir)->mkpath; # Create backup directory.
 my $prof;