Skip to content

Commit

Permalink
fix: install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Baker committed Sep 15, 2024
1 parent de7cb15 commit 7e632dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ download-clean:
download:
bin/download

install-clean:
rm -rf ./data/install/*

install:
bin/install

uninstall:
bin/uninstall

clean: download-clean
clean: download-clean install-clean

all: clean download install

2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for avalanche-cli.
GH_REPO="https://github.com/ava-labs/avalanche-cli"
TOOL_NAME="avalanche-cli"
TOOL_NAME="avalanche"
TOOL_TEST="avalanche --version"

fail() {
Expand Down

0 comments on commit 7e632dd

Please sign in to comment.