Skip to content

Commit

Permalink
Fix sed on minimum_perc in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle committed May 10, 2024
1 parent f51b8f4 commit 58e2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
rm .tx/config
sphinx-intl create-txconfig
sphinx-intl update-txconfig-resources --pot-dir pot --locale-dir . --transifex-organization-name python-doc --transifex-project-name ${{ env.TX_PROJECT }}
sed -i '/^minimum_perc = 0$/s/0/1/' .tx/config
sed -i '/^minimum_perc *= 0$/s/0/1/' .tx/config
git diff .tx/config
- name: Push source strings to Transifex
Expand Down

0 comments on commit 58e2469

Please sign in to comment.