Skip to content

Commit

Permalink
Fix typo in gc message
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Mar 25, 2024
1 parent 9139ca3 commit 9531e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ impl App {
let (to_gc, removed_symlinks) = {
let _logprogress = log::LogProgress::new(
&format!(
"Removing non-existings symlinks in {} ...",
"Removing non-existing symlinks in {} ...",
&self.devenv_home_gc.display()
),
false,
Expand Down

0 comments on commit 9531e9a

Please sign in to comment.