diff --git a/scripts/build_antithesis_images.sh b/scripts/build_antithesis_images.sh index 13bad83552..b195af6785 100755 --- a/scripts/build_antithesis_images.sh +++ b/scripts/build_antithesis_images.sh @@ -54,7 +54,7 @@ echo "Generating compose configuration" gen_antithesis_compose_config "${IMAGE_TAG}" "${SUBNET_EVM_PATH}/tests/antithesis/gencomposeconfig" \ "${SUBNET_EVM_PATH}/build/antithesis" \ "AVALANCHEGO_PATH=${AVALANCHEGO_CLONE_PATH}/build/avalanchego \ - AVALANCHEGO_PLUGIN_DIR=${DEFAULT_PLUGIN_DIR}" + AVAGO_PLUGIN_DIR=${DEFAULT_PLUGIN_DIR}" build_antithesis_images "${GO_VERSION}" "${IMAGE_PREFIX}" "antithesis-subnet-evm" "${IMAGE_TAG}" \ "${AVALANCHEGO_IMAGE_TAG}" "${SUBNET_EVM_PATH}/tests/antithesis/Dockerfile" \