Skip to content

Commit

Permalink
Merge pull request #841 from nathanrboyer/patch-1
Browse files Browse the repository at this point in the history
Update julialauncher.rs update prompt message.
  • Loading branch information
davidanthoff committed Feb 18, 2024
2 parents 16e40f0 + 9aaba0a commit 5967916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/julialauncher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn check_channel_uptodate(
eprintln!(" juliaup update");
eprintln!();
eprintln!(
"to install Julia {} and update the `{}` channel to that version.",
"in your terminal shell to install Julia {} and update the `{}` channel to that version.",
latest_version, channel
);
}
Expand Down

0 comments on commit 5967916

Please sign in to comment.