Skip to content

Commit

Permalink
🚧 Fix default parameter value for bin/env (LayerZero-Labs#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 8, 2024
1 parent eefd58f commit a2e62f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/env
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# (The "." will execute this inside the current shell instead of creating a child one)

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

0 comments on commit a2e62f8

Please sign in to comment.