Skip to content

Commit

Permalink
Merge branch 'main' into import
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev authored Aug 22, 2024
2 parents 1f31cae + 44ea941 commit 5062114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lodestar/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BUILDER_SELECTION="executiononly"

# If the builder API is enabled, override the builder selection to signal Lodestar to always propose blinded blocks.
if [[ $BUILDER_API_ENABLED == "true" ]];
if [ "$BUILDER_API_ENABLED" = "true" ];
then
BUILDER_SELECTION="builderonly"
fi
Expand Down

0 comments on commit 5062114

Please sign in to comment.