Skip to content

Commit

Permalink
install-ocb target -> add ~/bin directory creation before curl output…
Browse files Browse the repository at this point in the history
… targets it
  • Loading branch information
obs-gh-scottsolmonson committed Nov 20, 2024
1 parent 42ca91a commit 29f11c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ release:

## install-ocb: Installs correct version of ocb binary
install-ocb:
@mkdir -p "$(HOME)/bin"
curl --proto '=https' --tlsv1.2 -L -o "$(HOME)/bin/ocb" https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2Fv0.110.0/ocb_0.110.0_darwin_arm64
@chmod +x "$(HOME)/bin/ocb"

Expand Down

0 comments on commit 29f11c8

Please sign in to comment.