Skip to content

Commit

Permalink
Change submodule links to https (#295)
Browse files Browse the repository at this point in the history
This PR changes scope's submodule links from ssh to https. This is to avoid ssh-related errors when cloning scope to an HPC cluster.
  • Loading branch information
bfhealy authored Mar 10, 2023
1 parent 6e16440 commit f84221a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "periodfind"]
path = periodfind
url = git@github.com:ejaszewski/periodfind.git
url = https://github.com/ejaszewski/periodfind.git
[submodule "scope-phenomenology"]
path = scope-phenomenology
url = git@github.com:bfhealy/scope-phenomenology.git
url = https://github.com/bfhealy/scope-phenomenology.git

0 comments on commit f84221a

Please sign in to comment.