Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Apr 14, 2024
1 parent 80c0477 commit 84f49a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biber/Output/bbl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ sub output {
my $enc_out;
if (Biber::Config->getoption('output_encoding')) {
$enc_out = ':encoding(' . Biber::Config->getoption('output_encoding') . ')';
}
}
$target = new IO::File ">-$enc_out";
}

Expand Down

0 comments on commit 84f49a1

Please sign in to comment.