Skip to content

Commit

Permalink
Fix error message for run_branches.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 23, 2024
1 parent 45d612b commit 0963176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_branches.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ BEGIN
my $explicit_branches = [@ARGV];

my $mode_sum = ($run_all + $run_one + $run_parallel + $check_for_work);
my $mode_string = "--run-all, --run-one, --run_parallel, check-for-work";
my $mode_string = "--run-all, --run-one, --run_parallel, --check-for-work";
if ($mode_sum > 1)
{
die "only one of $mode_string permitted";
Expand Down

0 comments on commit 0963176

Please sign in to comment.