Skip to content

Commit

Permalink
Merge pull request #50 from lestrrat-go/update-autodoc
Browse files Browse the repository at this point in the history
fix regexp
  • Loading branch information
lestrrat authored Oct 9, 2024
2 parents 2a22c90 + edbd31d commit a63cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/autodoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Use GITHUB_REF, but if the ref is develop/v\d, then use v\d
my $link_ref = $ENV{GITHUB_REF};
$link_ref =~ s{^origin/refs/heads/}{};
$link_ref =~ s{^refs/heads/}{};

my @files = @ARGV;
my @has_diff;
Expand Down

0 comments on commit a63cc39

Please sign in to comment.