Skip to content

Commit

Permalink
Switch from git@ to http://
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Bollay committed Mar 22, 2018
1 parent 6e22e92 commit cd42f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run_doxygen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def run_doxygen(repo):
"""Run the doxygen make command in the designated folder"""

try:
rc = subprocess.call("git clone git@github.com:vm6502q/{0}.git /tmp/{0}".format(repo), shell=True)
rc = subprocess.call("git clone https://github.com/vm6502q/{0}.git /tmp/{0}".format(repo), shell=True)
if rc < 0:
sys.stderr.write("failed to clone repo {0}: {1}, {2}".format(repo))
return
Expand Down

0 comments on commit cd42f9f

Please sign in to comment.