Skip to content

Commit c842920

Browse files
author
nshaheed
committed
added install path to chump list
1 parent ff1f4a9 commit c842920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/exec.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ void printPackagesMultiLine(Manager *mgr, bool print_installed) {
9191
} else {
9292
std::cout << std::endl;
9393
}
94+
95+
std::cout << " │ └─ " << TC::green("Install Path: ", TRUE)
96+
<< install_path << std::endl;
9497
}
9598

9699
std::cout << " ├─ " << TC::blue("Latest Version: ", TRUE) << latest_version

0 commit comments

Comments
 (0)