mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Merge branch 'feat/dynamic-install-dir' of github.com:AikidoSec/safe-chain into feat/dynamic-install-dir
This commit is contained in:
commit
cdb87792df
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ ensure_version() {
|
||||||
VERSION=$(fetch_latest_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() {
|
get_binary_name() {
|
||||||
os="$1"
|
os="$1"
|
||||||
arch="$2"
|
arch="$2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue