Skip to content

Commit d4886ec

Browse files
robstollgithub-actions[bot]
authored andcommitted
auto cleanup sources
1 parent a07b508 commit d4886ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/run-shellcheck.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ function customRunShellcheck() {
2727
declare srcDir="$scriptsDir/../src"
2828

2929
# shellcheck disable=SC2034 # is passed by name to runShellcheck
30-
declare -a dirs=("$scriptsDir")
31-
declare sourcePath="$srcDir:$scriptsDir:$dir_of_tegonal_scripts"
32-
runShellcheck dirs "$sourcePath"
30+
declare -a dirs=("$scriptsDir")
31+
declare sourcePath="$srcDir:$scriptsDir:$dir_of_tegonal_scripts"
32+
runShellcheck dirs "$sourcePath"
3333

3434
local -r gh_commons_dir="$scriptsDir/../.gt/remotes/tegonal-gh-commons"
3535
logInfo "analysing $gh_commons_dir/pull-hook.sh"

0 commit comments

Comments
 (0)