From 9bf25d1a848c4c37160562be78fa1f1f15e37b32 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 13:37:34 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 0d5ae20..0213302 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -57,7 +57,7 @@ sub Triple::main { my $location; my $body = ''; if ($method eq 'POST') { - syslog("info", "something like posting has occurred); + syslog("info", "something like posting has occurred"); if ($content_length > 0) { read(STDIN, $body, $content_length); } -- 2.39.5