Commit Diff
--- pushover.pl +++ pushover.pl @@ -25,7 +25,7 @@ use JSON::PP; GetOptions( "message=s" => \(my $MESSAGE), - "title=s" => \(my $TITLE = "OpenBSD Ansterdam"), + "title=s" => \(my $TITLE = "OpenBSD Amsterdam"), "priority=i" => \(my $PRIORITY = 0), );