Skip to content

Commit

Permalink
print repo at start of gitkeyfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
hannob committed Dec 12, 2024
1 parent 60fcb05 commit 426eb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitkeyfinder
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ shortd = {
"gitlab.com": "lab",
}

print(f"Looking for keys in {args.repo}")

if "://" in args.repo:
rep = pygit2.clone_repository(args.repo, tmpdir)
up = urllib.parse.urlparse(args.repo)
Expand Down

0 comments on commit 426eb40

Please sign in to comment.