Merge branch 'feat/dynamic-install-dir' of github.com:AikidoSec/safe-chain into feat/dynamic-install-dir

This commit is contained in:
Reinier Criel 2026-04-14 13:24:38 -07:00
commit cdb87792df

View file

@ -200,7 +200,7 @@ ensure_version() {
VERSION=$(fetch_latest_version)
}
# Returns the release binary filename for the detected OS and architecture.
# Constructs platform-specific binary filename to match GitHub release asset naming convention.
get_binary_name() {
os="$1"
arch="$2"