Skip to content
Snippets Groups Projects
Unverified Commit e3cfe89a authored by William Forsyth's avatar William Forsyth Committed by GitHub
Browse files

Fixes "nighlty" typo.

s/nighlty/nightly/
parent 982798ca
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ fn main() { ...@@ -22,7 +22,7 @@ fn main() {
eprintln!( eprintln!(
"{} {}", "{} {}",
Red.bold().paint("Error:"), Red.bold().paint("Error:"),
White.paint("Ion requires nighlty to build.") White.paint("Ion requires nightly to build.")
); );
// print_version_err(&*version_string); // print_version_err(&*version_string);
eprintln!( eprintln!(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment