Skip to content

Commit

Permalink
Merge pull request #1052 from imincik/fix-typo-gc-message
Browse files Browse the repository at this point in the history
Fix typo in gc message
  • Loading branch information
domenkozar committed Mar 25, 2024
2 parents 8aa4274 + 9531e9a commit 3c1d796
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 3c1d796

Please sign in to comment.