This commit is contained in:
Adam Holt 2020-06-11 13:51:45 +00:00
Родитель a6b12d6704
Коммит 48ab8334de
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"