Skip to content

Commit

Permalink
fix: typo preventing additives.properties.txt to be used when buildin…
Browse files Browse the repository at this point in the history
…g taxonomies (#10082)
  • Loading branch information
stephanegigandet authored Apr 3, 2024
1 parent ae86b03 commit 2e80f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProductOpener/Tags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ sub build_tags_taxonomy ($tagtype, $publish) {
# allow a second file for wikipedia abstracts -> too big, so don't include it in the main file
# only process properties
my $properties_path = $file_path;
$properties_path =~ s/\.txt^/.properties.txt/;
$properties_path =~ s/\.txt$/.properties.txt/;

if (-e $properties_path) {

Expand Down

0 comments on commit 2e80f7e

Please sign in to comment.