Skip to content

Commit

Permalink
chore: no overwrite warning
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Feb 22, 2023
1 parent 3ed58d4 commit 9857b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn main() -> Result<()> {
if never_overwrite {
status = false;
} else {
pb.println(format!("{} already exists, overwriting", path.display()))
// pb.println(format!("{} already exists, overwriting", path.display()))
}
}

Expand Down

0 comments on commit 9857b77

Please sign in to comment.