Skip to content

Commit cc5796f

Browse files
committed
chore(plugins): Use colon as separator instead of a comma
Signed-off-by: Thorsten Hans <[email protected]>
1 parent da19cb7 commit cc5796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/plugins.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ impl Inspect {
438438
.await?;
439439

440440
println!(
441-
"{}, {} (License: {})\n{}\n\n{}",
441+
"{}: {} (License: {})\n{}\n\n{}",
442442
manifest.name(),
443443
manifest.version(),
444444
manifest.license(),

0 commit comments

Comments
 (0)