Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
royalpinto007 and vincenzopalazzo authored Dec 29, 2023
1 parent a02900a commit 0989fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffee_core/src/coffee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ impl PluginManager for CoffeeManager {
let status = repository.upgrade(&self.config.plugins).await?;
for plugins in status.plugins_effected.iter() {
self.remove(plugins).await?;
// FIXME: pass the verbose flag to the upgrade command
self.install(plugins, verbose, false).await?;
}
self.flush().await?;
Expand Down

0 comments on commit 0989fd9

Please sign in to comment.