Skip to content

Commit

Permalink
Fix Capact CLI binary location (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Feb 28, 2022
1 parent 3f0378a commit 52351a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ capact::cli() {

os=$(host::os)
arch=$(host::arch)
default_path="${REPO_DIR}/bin/capact-${os}-${arch}"
default_path="${REPO_DIR}/bin/capact_${os}_${arch}/capact"
cli=${CAPACT_BINARY:-${default_path}}
if [ ! -f "${cli}" ]; then
shout "capact cli not found, trying to build one..."
Expand Down

0 comments on commit 52351a9

Please sign in to comment.