Skip to content

Commit ccbf967

Browse files
authored
chore(ci): fix typos in audit and sanity scripts (#7443)
* Update do-audit.sh * Update run-sanity.sh
1 parent 1f38895 commit ccbf967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/do-audit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cargo_audit_ignores=(
3636
# ID: RUSTSEC-2024-0421
3737
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0421
3838
# Solution: Upgrade to >=1.0.0
39-
# need to solve this depentant tree:
39+
# need to solve this dependant tree:
4040
# jsonrpc-core-client v18.0.0 -> jsonrpc-client-transports v18.0.0 -> url v1.7.2 -> idna v0.1.5
4141
--ignore RUSTSEC-2024-0421
4242

ci/run-sanity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd "$(dirname "$0")/.."
66
source multinode-demo/common.sh
77

88
if [[ -z $CI ]]; then
9-
# Build eargerly if needed for local development. Otherwise, odd timing error occurs...
9+
# Build eagerly if needed for local development. Otherwise, odd timing error occurs...
1010
$solana_keygen --version
1111
$solana_genesis --version
1212
$solana_faucet --version

0 commit comments

Comments
 (0)