scripts: fix error from checkpatch.pl when no commits are found

The error message was supposed to mention the input revision list start
point, not the branch flag.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201019143537.283094-3-berrange@redhat.com>
Message-Id: <20201021163136.27324-6-alex.bennee@linaro.org>
This commit is contained in:
Daniel P. Berrangé 2020-10-21 17:31:35 +01:00 committed by Alex Bennée
parent faf9828e2f
commit 2d4274d6fe
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ if ($chk_branch) {
close $HASH;
die "$P: no revisions returned for revlist '$chk_branch'\n"
die "$P: no revisions returned for revlist '$ARGV[0]'\n"
unless @patches;
my $i = 1;