]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove double colon in Debbugs::CGI
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 19:40:59 +0000 (12:40 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Aug 2016 19:40:59 +0000 (12:40 -0700)
Debbugs/CGI.pm

index d97dc2b940fa4a25390deb0c7ecee751fd413513..cd5f6e3f40f4ee5171443e3b803d398d2a331423 100644 (file)
@@ -959,7 +959,7 @@ sub calculate_etags {
                     );
     my @additional_data = @{$param{additional_data}};
     for my $file (@{$param{files}}) {
-       my $st = stat($file) or warn "Unable to stat $file:: $!";
+       my $st = stat($file) or warn "Unable to stat $file: $!";
        push @additional_data,$st->mtime;
        push @additional_data,$st->size;
     }