forked from sig_core/toolkit
fix: shellcheck source for env vars
This commit is contained in:
parent
8bc836c9a1
commit
160694b4ee
@ -1,8 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Source mangle vars
|
# Source mangle vars
|
||||||
|
# shellcheck source=./common
|
||||||
source "$(dirname "$0")/common"
|
source "$(dirname "$0")/common"
|
||||||
# Source sync / migrate vars for repository information
|
# Source sync / migrate vars for repository information
|
||||||
|
# shellcheck source=../sync/common
|
||||||
source "$(dirname "$0")/../sync/common"
|
source "$(dirname "$0")/../sync/common"
|
||||||
|
|
||||||
# How many
|
# How many
|
||||||
|
Loading…
Reference in New Issue
Block a user