diff --git a/Makefile b/Makefile index 565a4178d5c..db76637aed1 100644 --- a/Makefile +++ b/Makefile @@ -297,7 +297,7 @@ OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_VERSION=v0.1.0 genjsonschema-cleanup: rm -Rf ${OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_SRC_DIR} -GENERATED_CONFIG=./config/pkg/${OPENTELEMETRY_CONFIGURATION_JSONSCHEMA_VERSION}/generated_config.go +GENERATED_CONFIG=./config/generated_config.go # Generate structs for configuration from opentelemetry-configuration schema genjsonschema: genjsonschema-cleanup $(GOJSONSCHEMA) diff --git a/config/pkg/v0.1.0/generated_config.go b/config/generated_config.go similarity index 100% rename from config/pkg/v0.1.0/generated_config.go rename to config/generated_config.go