Skip to content

Commit 5247662

Browse files
committed
pass
1 parent cecd169 commit 5247662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitevo/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def _ensure_git_repos(self, repo: str) -> list[str]:
228228
if not paths:
229229
raise BadGitRepo(f'{repo} is not a directory with git repositories')
230230
git_repos = []
231-
print('Directory containing multiple Git repositories')
231+
print('Directory containing multiple projects:', repo)
232232
for path in paths:
233233
if is_git_dir(path):
234234
print('- Found Git repository:', path)

0 commit comments

Comments
 (0)