forked from sig_core/toolkit
fix: shellcheck source for env vars
This commit is contained in:
parent
9a77fb5d08
commit
e1ad10e1f4
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Source mangle vars
|
||||
# shellcheck source=./common
|
||||
source "$(dirname "$0")/common"
|
||||
# Source sync / migrate vars for repository information
|
||||
# shellcheck source=../sync/common
|
||||
source "$(dirname "$0")/../sync/common"
|
||||
|
||||
# How many
|
||||
|
|
Loading…
Reference in a new issue