This commit is contained in:
2025-08-15 08:25:00 +02:00
parent e76f558f97
commit 71298a9704
7 changed files with 34 additions and 31 deletions

View File

@@ -57,7 +57,7 @@ pub fn (mut gitstructure GitStructure) repos_print(args ReposGetArgs) ! {
console.clear()
// console.print_lf(1) // Removed to reduce newlines
header := 'Repositories: ${gitstructure.coderoot}'
header := 'Repositories: ${gitstructure.coderoot.path}'
console.print_header(header)
console.print_lf(1) // Keep one newline after header