diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 839210a..0c4c778 100644 --- a/src/main.rs +++ b/src/main.rs @@ -128,7 +128,7 @@ fn main() -> ExitCode { let _run_handle = Mount::builder() .fstype("tmpfs") .mount("tmpfs", "/run") - .expect("canÄt mount /run tmpfs"); + .expect("can't mount /run tmpfs"); if process::id() != 1 { match stdout.set_color(ColorSpec::new().set_fg(Some(Color::Red))) { |