Skip to content

Commit b1a023a

Browse files
committed
Reverse
1 parent 65b075f commit b1a023a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

czkawka_cli/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ fn main() {
8989
calculate_thread.join().expect("Failed to join calculation thread");
9090

9191
if found_any_files.load(std::sync::atomic::Ordering::SeqCst) {
92-
std::process::exit(0);
93-
} else {
9492
std::process::exit(11);
93+
} else {
94+
std::process::exit(0);
9595
}
9696
}
9797

0 commit comments

Comments
 (0)