Fix shellcheck issue
This commit is contained in:
Родитель
a6b12d6704
Коммит
48ab8334de
|
@ -9,7 +9,7 @@ if [ "$1" = "--true" ]; then
|
|||
[[ $($0 "$@") = true ]] && exit 0 || exit 1
|
||||
fi
|
||||
|
||||
if [[ "$1" =~ "secrets." ]]; then
|
||||
if [[ "$1" =~ secrets\..+ ]]; then
|
||||
CONFIG="$GHE_REMOTE_DATA_USER_DIR/common/secrets.conf"
|
||||
else
|
||||
CONFIG="$GHE_REMOTE_DATA_USER_DIR/common/github.conf"
|
||||
|
|
Загрузка…
Ссылка в новой задаче