From 127179ae138ab350319419cbb7bd2cecda022a47 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Mon, 28 Feb 2022 14:14:03 +0100 Subject: [PATCH] Fix binary location --- hack/lib/utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/utilities.sh b/hack/lib/utilities.sh index db95e5f4a..665c9275a 100644 --- a/hack/lib/utilities.sh +++ b/hack/lib/utilities.sh @@ -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..."