Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Jul 19, 2024
1 parent 81ea893 commit e5eef26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
fn main() -> Result<(), String> {
println!("⚠️ solana-install is deprecated and will be discontinued when v1.18 is no longer supported. Please switch to Agave: https://github.com/anza-xyz/agave/wiki/Agave-Transition\n");
println!(
"⚠️ solana-install is deprecated and will be discontinued when v1.18 is no longer \
supported. Please switch to Agave: \
https://github.com/anza-xyz/agave/wiki/Agave-Transition\n"
);
solana_install::main()
}

0 comments on commit e5eef26

Please sign in to comment.