From d08a2d8ee51a692b99fffcc50ca298c1da0b116c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 00:58:58 +0100 Subject: [PATCH] Fix linting again 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 8b995f8..8614ab4 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/config/custom/keyleds + - shellcheck ./system/.config/custom/keyleds - shellcheck ./system/.xinitrc - shellcheck ./system/.xprofile - shellcheck ./system/.xsetup