Skip to content

Commit

Permalink
debug: inspect remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Oct 26, 2024
1 parent aa525ba commit e4563b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commit_lockfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


def _get_repo_owner_and_name():
subprocess.run(["git", "remote", "-v"])
res = subprocess.run(
["git", "remote", "get-url", "--push", "origin"],
shell=True,
Expand Down

0 comments on commit e4563b3

Please sign in to comment.