Skip to content

Commit

Permalink
Update updater.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Wu <[email protected]>
  • Loading branch information
howardwu authored Aug 1, 2023
1 parent 30fc22f commit a97eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/helpers/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Updater {
pub fn print_cli() -> String {
if let Ok(latest_version) = Self::update_available() {
let mut output = "🟢 A new version is available! Run".bold().green().to_string();
output += &" `aleo update` ".bold().white();
output += &" `snarkos update` ".bold().white();
output += &format!("to update to v{latest_version}.").bold().green();
output
} else {
Expand Down

0 comments on commit a97eb19

Please sign in to comment.