diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-10 18:43:29 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-10 18:43:39 +0000 |
commit | 0bc7ce1ef512361f3bc0cd63b7e311204b48fa66 (patch) | |
tree | 46c9fbd9f28249026a9fb72fb16703791c4bfcac | |
parent | 2c41974313f331e0ba69405b82fd462171d2c1ea (diff) |
updated dayplan server
-rwxr-xr-x | calendar/dayplan_revised.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/dayplan_revised.pl b/calendar/dayplan_revised.pl index a285999..746ea9f 100755 --- a/calendar/dayplan_revised.pl +++ b/calendar/dayplan_revised.pl @@ -182,7 +182,7 @@ sub twblock { sub remindersblock { my ($y, $m, $d) = @_; - my $reminders = qx(ssh -t bobbins remind ~/.reminders $y-$m-$d); + my $reminders = qx(ssh -t joannalemon.com remind ~/.reminders $y-$m-$d); $reminders =~ s/\s{2,}/\n/gs; $reminders =~ s/^Reminders.+\:\n//; my @rems = split /\n/, $reminders; |