forked from sig_core/toolkit
fix: shellcheck source for env vars
This commit is contained in:
parent
8bc836c9a1
commit
160694b4ee
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