Skip to content

Commit

Permalink
fix(ci): use avalanche-cli v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Jun 8, 2023
1 parent 7d34939 commit 04ed43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install avalanche-cli
run: |
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/scripts/install.sh | sh -s
curl -sSfL https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/scripts/install.sh | sh -s -- v1.2.1
- name: Start a local Avalanche network
run: ~/bin/avalanche network start
Expand Down
2 changes: 1 addition & 1 deletion crates/ash_cli/src/avalanche/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn list(
validators = subnet.pending_validators.clone();
first_line = format!(
"Found {} pending validator(s) on Subnet '{}':",
type_colorize(&subnet.validators.len()),
type_colorize(&subnet.pending_validators.len()),
type_colorize(&subnet_id)
)
}
Expand Down

0 comments on commit 04ed43e

Please sign in to comment.