Skip to content

Commit 3427239

Browse files
author
LorenzoTettamanti
committed
fixed typo during installation
1 parent d9b8be1 commit 3427239

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cli/src/install.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,13 @@ fn install_components(env: String) {
127127

128128
for component in files_to_install {
129129
println!(
130-
"{} {}{}{} {} {} {}",
130+
"{} {}{}{}{} {} {} {}",
131131
"=====>".blue().bold(),
132132
"(",
133133
i,
134134
"/",
135135
tot_files,
136+
")",
136137
"Applying ",
137138
component
138139
);

0 commit comments

Comments
 (0)