Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Nov 15, 2023
1 parent 51705d7 commit 345071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- run:
name: Use RPC URLs
command: |
if [ -z $L1_RPC_MAINNET ] || [ -z $L1_RPC_MAINNET ]; then
if [ -z "$L1_RPC_MAINNET" ] || [ -z "$L1_RPC_MAINNET" ]; then
echo "Required RPC URLs are not available."
fi
L1_RPC_URL=$L1_RPC_MAINNET
Expand Down

0 comments on commit 345071e

Please sign in to comment.