Skip to content

Commit

Permalink
format script
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Mange <[email protected]>
  • Loading branch information
thibaultmg committed Jan 15, 2025
1 parent b98b4c3 commit 9f33219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install_promtool() {
elif [[ "$(uname)" == "Darwin" ]]; then
curl -o prometheus.tar.gz -L "https://github.com/prometheus/prometheus/releases/download/v${PROMTOOL_VERSION}/prometheus-${PROMTOOL_VERSION}.darwin-$(uname -m).tar.gz"
fi
mkdir prometheus
mkdir prometheus
tar -xzf prometheus.tar.gz -C prometheus --strip-components=1
chmod +x ./prometheus/promtool && mv ./prometheus/promtool ${bin_dir}/promtool
rm -rf prometheus
Expand Down

0 comments on commit 9f33219

Please sign in to comment.