Skip to content

Commit

Permalink
Revert "Use agave prefix in scripts for pre-installed binaries (#155)"
Browse files Browse the repository at this point in the history
This reverts commit 3cba072.
  • Loading branch information
willhickey committed Mar 11, 2024
1 parent 85ccadf commit a8e2540
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions multinode-demo/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ if [[ -n $USE_INSTALL || ! -f "$SOLANA_ROOT"/Cargo.toml ]]; then
if [[ -z $program ]]; then
printf "solana"
else
if [[ $program == "validator" || $program == "ledger-tool" || $program == "watchtower" || $program == "install" ]]; then
printf "agave-%s" "$program"
else
printf "solana-%s" "$program"
fi
printf "solana-%s" "$program"
fi
}
else
Expand Down

0 comments on commit a8e2540

Please sign in to comment.