From 545ecfe7b26d9a3c43cc737055228391818f2386 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 00:57:36 +0100 Subject: [PATCH] Fix linting Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9f49c5..8b995f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ Lint: - shellcheck ./system/.bash_profile - shellcheck ./system/.bashrc - shellcheck ./system/.env - - shellcheck ./system/.keyleds + - shellcheck ./system/config/custom/keyleds - shellcheck ./system/.xinitrc - shellcheck ./system/.xprofile - shellcheck ./system/.xsetup