Skip to content

Commit

Permalink
Fix "run" Makefile target (#1895)
Browse files Browse the repository at this point in the history
After moving the default config, the configs make run is broken
  • Loading branch information
dmitryax authored Oct 4, 2020
1 parent 035aa5c commit f0b3460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif
BUILD_X3=-X $(BUILD_INFO_IMPORT_PATH).BuildType=$(BUILD_TYPE)
BUILD_INFO=-ldflags "${BUILD_X1} ${BUILD_X2} ${BUILD_X3}"

RUN_CONFIG?=examples/otel-local-config.yaml
RUN_CONFIG?=examples/local/otel-config.yaml

CONTRIB_PATH=$(CURDIR)/../opentelemetry-collector-contrib

Expand Down

0 comments on commit f0b3460

Please sign in to comment.