From de9c68b085034c897f26ce22fa05bd2601e79373 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 25 Dec 2024 15:17:12 +0000 Subject: Version 0.2.0 --- src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.rs') diff --git a/src/util.rs b/src/util.rs index 9c0ed1c..25b5c67 100644 --- a/src/util.rs +++ b/src/util.rs @@ -7,7 +7,7 @@ pub const EXIT_INSTALL_FAILED: i32 = 2; // todo: figure out a better way of doing this pub fn str_step(step: &Step) -> String { match step { - Step::Link(path) => format!("Link {} to {}", &path.from, &path.to), + Step::Link(path) => format!("Link {} to {} (symbolic: {})", &path.from, &path.to, &path.symbolic.unwrap_or(false)), Step::Copy(path) => format!("Copy {} to {}", &path.from, &path.to), Step::Shell(command) => format!("Run {}", command), } -- cgit v1.2.3-70-g09d2