From 704c2527e8354fa9e8923ef2bc79716d9e499858 Mon Sep 17 00:00:00 2001 From: Jonas Rittershofer Date: Wed, 10 Jun 2020 19:34:20 +0200 Subject: [PATCH] Fix l10n workflow Signed-off-by: Jonas Rittershofer --- .github/workflows/l10n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 8a8abebf22..25966f444e 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -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 )"