This commit is contained in:
2025-08-15 07:09:40 +02:00
parent e77f923cd2
commit e030309b7f
27 changed files with 167 additions and 285 deletions

View File

@@ -22,7 +22,7 @@ if repos.len() > 0 {
if repo_array.len() > 0 {
let repo = repo_array[0];
print("\nRepository path: " + get_repo_path(repo));
print("\nRepository path: " + path(repo));
// Check if the repository has changes
let has_changes = has_changes(repo);