Skip to content

Commit

Permalink
Update forc/src/cli/commands/plugins.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Dankel <[email protected]>
  • Loading branch information
crodas and sdankel authored Jan 2, 2024
1 parent 08cd397 commit 8a64b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc/src/cli/commands/plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub(crate) fn exec(command: PluginsCommand) -> ForcResult<()> {
for plugin in plugins {
info!("{}", plugin.2);
if plugin.1.len() > 1 {
println_warning(&format!("Multiple path found for {}", plugin.0));
println_warning(&format!("Multiple paths found for {}", plugin.0));
for path in plugin.1 {
println_warning(&format!(" {}", path.display()));
}
Expand Down

0 comments on commit 8a64b19

Please sign in to comment.