Skip to content

Commit

Permalink
ci: try different samtools version grab
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Oct 18, 2023
1 parent 13217c5 commit c556d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/snippy
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ sub parse_version {
#msg("parse=[$blob]");
$blob =~ $re;
my $ver = defined $1 ? $1 : 0;
err("Need $cmd >= $min but you have $ver - please upgrade it. VER=$VER 1=$1")
err("Need $cmd >= $min but you have $ver - please upgrade it. VER=$blob 1=$1")
if version->parse("v$ver") < version->parse("v$min");
msg("Checking version: $cmd is >= $min - ok, have $ver");
return $ver;
Expand Down

0 comments on commit c556d53

Please sign in to comment.