wrong comment

This commit is contained in:
Candifloss 2024-11-28 16:43:58 +05:30
parent e836ad40ac
commit 0510f9c34d

View File

@ -50,7 +50,7 @@ fn main() {
} }
if show_pwd { if show_pwd {
let repo_path = match git_info { let repo_path = match git_info {
Some(info) => Some(info.0), // Clone to avoid ownership issues Some(info) => Some(info.0),
None => None, None => None,
}; };
components.insert( components.insert(