Skip to content

Commit 71441ab

Browse files
committed
fix: colours
Signed-off-by: vaibhav upreti <vaibhav.upreti16@gmail.com>
1 parent 323abf6 commit 71441ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tracer-installer/src/installer/install.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ impl Installer {
222222
sandbox_url.cyan()
223223
);
224224

225-
println!("- {} Read the documentation:");
225+
println!("- {} Read the documentation:", "Docs".bold().yellow());
226226
println!(" {}\n", "https://www.tracer.cloud/docs".cyan());
227227

228-
println!("- {} Initialize Tracer:");
228+
println!("- {} Initialize Tracer:", "Setup".bold().yellow());
229229
println!(" {}\n", "tracer init".cyan());
230230

231-
println!("- {} Check daemon status:");
231+
println!("- {} Check daemon status:", "Status".bold().yellow());
232232
println!(" {}\n", "tracer info".cyan());
233233

234234
if !nix::unistd::Uid::effective().is_root() {

0 commit comments

Comments
 (0)