diff --git a/grep-lint.py b/grep-lint.py index e785d94785..aff54ad824 100644 --- a/grep-lint.py +++ b/grep-lint.py @@ -58,6 +58,7 @@ def get_command(branch=None): print('git branch output:') print(subprocess.check_output(["git", "branch"], stderr=subprocess.STDOUT).decode('utf-8')) +print(subprocess.check_output(["git", "remote", "-v"], stderr=subprocess.STDOUT).decode('utf-8')) for rule in rules_to_check: rule_regex = rule['perl_regex']