[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 03/05: lib/Lintian/Profile.pm: Add missing "check" noun to "... references unknown $check" error message.



This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository lintian.

commit 7d887c088b3b8d268d33d8f6d75330eb41c85915
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Apr 9 17:52:28 2018 +0100

    lib/Lintian/Profile.pm: Add missing "check" noun to "... references unknown $check" error message.
---
 lib/Lintian/Profile.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Profile.pm b/lib/Lintian/Profile.pm
index 75c01a6..374d241 100644
--- a/lib/Lintian/Profile.pm
+++ b/lib/Lintian/Profile.pm
@@ -591,7 +591,7 @@ sub _load_check {
             last;
         }
     }
-    croak "$profile references unknown $check" unless defined $dir;
+    croak "$profile references unknown check $check" unless defined $dir;
     return $self->_parse_check($check, $dir);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: