Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Nov 18, 2024
1 parent 210d391 commit 3b48369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/poctl/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ check-clone "https://github.com/prometheus-operator/poctl" "v${version}"
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/prometheus-operator/poctl .
make poctl
cp poctl "${prefix}/bin/"
EOF
RUN <<EOF
"${prefix}/bin/poctl" completion bash >"${prefix}/share/bash-completion/completions/poctl"
"${prefix}/bin/poctl" completion fish >"${prefix}/share/fish/vendor_completions.d/poctl.fish"
Expand Down

0 comments on commit 3b48369

Please sign in to comment.