From b90310f2a81c7f30922aa223175d139459da28a6 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 29 Jun 2020 10:06:12 -0500 Subject: [PATCH] fix path --- lib/linter.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index f1dad6ec..d7644d38 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -10,8 +10,7 @@ ######################### # Source Function Files # ######################### -source ./validation.sh # Source the main validation function script -source ./buildFileList.sh # Source the main build file list function script +source /action/lib/*.sh # Source the function script(s) ########### # GLOBALS #