From a6130d248f22c6ed32ef97cd61de023c86aa6873 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:08:23 +0200 Subject: [PATCH] ci: fix completions fixture install routine Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/update-completions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-completions.yml b/.github/workflows/update-completions.yml index b3c7e0a..36338e2 100644 --- a/.github/workflows/update-completions.yml +++ b/.github/workflows/update-completions.yml @@ -35,7 +35,7 @@ jobs: id: generated-fixtures with: command: install - args: -r --path . + args: --path . - name: Generate completions shell: bash