diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-22 16:20:45 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-22 16:20:45 +0100 |
commit | c51d6b4e90fd79fe49afb5c93cdc462d12a1db4e (patch) | |
tree | 5aed71b06df09aff824e8500bdcd2088e0a6f8b2 | |
parent | 88cab08629c7f4fa62101eb74a0c5eff8d56e824 (diff) |
reset out of test mode
-rwxr-xr-x | calendar/dayplan_revised.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/dayplan_revised.pl b/calendar/dayplan_revised.pl index 98b359c..1cf40c8 100755 --- a/calendar/dayplan_revised.pl +++ b/calendar/dayplan_revised.pl @@ -6,8 +6,8 @@ use warnings; use DateTime; use JSON; -# my $dayplans = '/home/lemon/Notes/journal/day_plans'; -my $dayplans = "/tmp/dayplans"; +my $dayplans = '/home/lemon/Notes/journal/day_plans'; +#my $dayplans = "/tmp/dayplans"; sub parse_args { my $numargs = $#ARGV + 1; |