Skip to content

Commit

Permalink
scripts/autocommit-updated: allow yarn ebuilds to get committed autom…
Browse files Browse the repository at this point in the history
…atically
  • Loading branch information
Tatsh committed Nov 21, 2023
1 parent 8996e3c commit 8c6abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autocommit-updated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ while read -r ebuild; do
cat=$(dirname "$dn")
pn=$(basename "$dn")
pushd "$dn" || exit 1
if grep -qE 'EGO_SUM|YARN_PKGS|ryujinx|avalonia-ilspy|videoduplicatefinder' ./*.ebuild; then
if grep -qE 'EGO_SUM|ryujinx|avalonia-ilspy|videoduplicatefinder' ./*.ebuild; then
popd || exit 1
continue
fi
Expand Down

0 comments on commit 8c6abee

Please sign in to comment.