aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-15 17:20:08 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-15 17:20:08 +0100
commit1fa1f64606ecf38cf6c386f88c02891f898270bd (patch)
treecf890633afe5137d173485ca7f99221ac9e4c8c0
parent00a90f91bb3319e9cb89fa025c8d60314732ec7f (diff)
added back real file path
-rwxr-xr-xdayplan.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dayplan.pl b/dayplan.pl
index d8aef33..3074c2d 100755
--- a/dayplan.pl
+++ b/dayplan.pl
@@ -11,8 +11,8 @@ my @qfiles;
my ($dt, $d, $y, $m, $weekday);
my @weekdays = qw(Monday Tuesday Wednesday Thursday Friday Saturday Sunday);
-#my $dayplans = '/home/lemon/Notes/journal/day_plans';
-my $dayplans = '/tmp';
+my $dayplans = '/home/lemon/Notes/journal/day_plans';
+#my $dayplans = '/tmp';
my $numargs = $#ARGV + 1;