Skip to content

Commit

Permalink
Merge pull request #1151 from nextcloud/fix/l10n_workflow
Browse files Browse the repository at this point in the history
Fix l10n workflow
  • Loading branch information
juliusknorr authored Jun 16, 2020
2 parents 39f9322 + 704c252 commit 88a20a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: extract l10n files
run: npm run l10n:extract
- name: Check l10n file changes
run: bash -c "[[ ! \"`git status --porcelain l10n`\" ]] || ( echo 'Uncommited l10n changes. Run `npm l10n:extract`.' && git status && exit 1 )"
run: bash -c "[[ ! \"`git status --porcelain l10n`\" ]] || ( echo 'Uncommited l10n changes. Run \`npm run l10n:extract\`.' && exit 1 )"

0 comments on commit 88a20a1

Please sign in to comment.