Skip to content

Commit 57ba923

Browse files
committed
Fix typo
1 parent f96e79f commit 57ba923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn scan() -> io::Result<()> {
7171
style(format!("{}", artifacts.len())).bold()
7272
))?;
7373

74-
term.write_line("Use `crafty clean` to remove these safely")?;
74+
term.write_line("Use `crufty clean` to remove these safely")?;
7575

7676
Ok(())
7777
}

0 commit comments

Comments
 (0)