From f5948461c4c0720cdb64050cde95939a7a03c759 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 10:42:28 +0100 Subject: [PATCH] chore(gitlab-ci): fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02149c830..32016d644 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ node modules: frontend lint: stage: lint script: - - "nix shell .#gnumake .#nodejs_21 --comand 'make frontend-lint'" + - "nix shell .#gnumake .#nodejs_21 --command 'make frontend-lint'" before_script: *nix-before needs: - job: node modules