Skip to content

Commit

Permalink
rename instrumentation to shim (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed Jan 20, 2021
1 parent bbcecab commit db9905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DISTDIR=dist
mkdir -p $DISTDIR
rm -rf $DISTDIR/*

for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-instrumentation/ opentelemetry-proto/ opentelemetry-distro/ exporter/*/ instrumentation/*/ propagator/*/; do
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-instrumentation/ opentelemetry-proto/ opentelemetry-distro/ exporter/*/ shim/*/ propagator/*/; do
(
echo "building $d"
cd "$d"
Expand Down

0 comments on commit db9905a

Please sign in to comment.