Skip to content

Commit 9c60d56

Browse files
committed
Fix logic
1 parent ba44a78 commit 9c60d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444

4545
export KEY="3FA347D5E599BE4595CA2576FFA232EDBF21E25E"
4646

47-
if [ -n "${LOCAL_CONFIG_FILE}" ] ; then
47+
if [ -z "${LOCAL_CONFIG_FILE}" ] ; then
4848
if [ -f "./config.local.sh" ] ; then
4949
. ./config.local.sh
5050
fi

0 commit comments

Comments
 (0)