Skip to content

Commit

Permalink
chore: Update error message for case when input directory is not a le…
Browse files Browse the repository at this point in the history
…vel deep
  • Loading branch information
Joshua Olaoye authored and Joshua Olaoye committed Oct 27, 2024
1 parent f66d133 commit 8ca51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-shuffler/shuffler-in-rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ fn main() -> io::Result<()> {
}

if !is_at_least_two_levels_deep(&source_dir) {
eprintln!("Source directory is not at least 2 levels deep.");
eprintln!("Source directory is not at least 1 levels deep.");
std::process::exit(1);
}

Expand Down

0 comments on commit 8ca51af

Please sign in to comment.