From 21e299f63b26a6db5380413a22ee0e6a5b79f42a Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Tue, 31 Mar 2020 13:01:34 -0700 Subject: [PATCH] Fix linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 120b8dc..2363fd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ lint:shell-script: before_script: - shellcheck -V script: - - find ./bin -name "*" -exec shellcheck {} \; + - find bin -name "*" -exec shellcheck {} \; -- GitLab