Skip to content

Commit c81a3a6

Browse files
committed
fix: update_common_config call should not be called when OVERRIDE_DEFAULTS=true
1 parent 0b0f29d commit c81a3a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure-environment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,8 @@ handle_existing_env_file() {
741741
fi
742742
export DATA_MARKET_CONTRACT="$uniswap_v2_dm_contract"
743743
fi
744+
update_common_config "$ENV_FILE_PATH"
744745
fi
745-
746-
update_common_config "$ENV_FILE_PATH"
747746
}
748747

749748
# Function to create new default environment file

0 commit comments

Comments
 (0)