Skip to content

Commit

Permalink
Use https, not ssh for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Oct 13, 2018
1 parent 85e4743 commit bf306e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,6 +1,6 @@
[submodule "Carthage/Checkouts/ReactiveKit"]
path = Carthage/Checkouts/ReactiveKit
url = ssh://git@github.com/DeclarativeHub/ReactiveKit.git
url = https://github.com/DeclarativeHub/ReactiveKit.git
[submodule "Carthage/Checkouts/Differ"]
path = Carthage/Checkouts/Differ
url = ssh://git@github.com/tonyarnold/Differ.git
url = https://github.com/tonyarnold/Differ.git
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,2 +1,2 @@
github "DeclarativeHub/ReactiveKit" "v3.9.6"
github "DeclarativeHub/ReactiveKit" "v3.9.7"
github "tonyarnold/Differ" "1.3.0"

0 comments on commit bf306e5

Please sign in to comment.