Skip to content

Commit a2e62f8

Browse files
🚧 Fix default parameter value for bin/env (LayerZero-Labs#164)
1 parent eefd58f commit a2e62f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# (The "." will execute this inside the current shell instead of creating a child one)
1111

1212
set -a
13-
source ${1:=.env}
13+
source ${1:-.env}
1414
set +a

0 commit comments

Comments
 (0)