Commit Diff


commit - 487d86c7c6163a88c2068e285697afde35b378a7
commit + 2aa9f3f584b21db1d22c20993a6d02c0a18996e1
blob - aed21894daa0a6e7d5924c315c2eb44542b26ed4
blob + 907662642a517733b161d29177c072b06b8ec3ce
--- 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),
 );