From: Don Armstrong Date: Thu, 11 Mar 2021 00:46:01 +0000 (-0800) Subject: fix usertag/usertags typo X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=2c25f8427ad4939a1ee2926b8fe8a743b47fee8d fix usertag/usertags typo --- diff --git a/scripts/process b/scripts/process index 4944768..d3e9238 100755 --- a/scripts/process +++ b/scripts/process @@ -701,7 +701,7 @@ if ($ref<0) { # new bug report writebug($ref, $data); # Deal with usertags my $current_user = $replyto; - for my $field (@usertags_bits) { + for my $field (@usertag_bits) { my ($name, $value) = @$field; if ($name eq 'user') { my $user = $value;