Skip to content

Commit

Permalink
#1 star
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 17, 2024
1 parent e501343 commit e9337df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Expand Up @@ -29,4 +29,4 @@ cd "${GITHUB_WORKSPACE-/w}"

read -r -a opts <<< "${INPUT_OPTS}"

find . -name '.bib' -exec bibcop.pl "${opts[@]}" {} \;
find . -name '*.bib' -exec bibcop.pl "${opts[@]}" {} \;

0 comments on commit e9337df

Please sign in to comment.