diff --git a/install-scripts/install-safe-chain.sh b/install-scripts/install-safe-chain.sh index 763dab6..da7d3c0 100755 --- a/install-scripts/install-safe-chain.sh +++ b/install-scripts/install-safe-chain.sh @@ -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"