Skip to content

Commit

Permalink
add path (#7979)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Aug 24, 2024
1 parent 8a59829 commit ebb01c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: rm -rf src/backend/InvenTree/static
- name: Remove all local changes that are not *.po files
run: |
git add /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po /src/frontend/src/locales/en/messages.po
git add src/backend/InvenTree/locale/en/LC_MESSAGES/django.po src/frontend/src/locales/en/messages.po
git commit -m "add translations"
git reset --hard
git reset HEAD~
Expand Down

0 comments on commit ebb01c5

Please sign in to comment.