Skip to content

Commit

Permalink
docker: correctly unset DISABLE_BLOCK_INGESTOR (graphprotocol#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Oct 11, 2022
1 parent 78d3d0e commit b83ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ start_index_node() {

start_combined_node() {
# No valid reason to disable the block ingestor in this case.
export DISABLE_BLOCK_INGESTOR=false
unset DISABLE_BLOCK_INGESTOR
run_graph_node
}

Expand Down

0 comments on commit b83ab58

Please sign in to comment.