Skip to content

Commit

Permalink
use https protocol for spec/shared submodule (#4954)
Browse files Browse the repository at this point in the history
* use https protocol for spec/shared submodule

fixes inability of users to update submodules when they do not have an SSH key configured for GitHub

* update spec/shared to current master

Co-authored-by: Oleg Pudeyev <[email protected]>
  • Loading branch information
awesome and p authored Jan 28, 2021
1 parent 11602b2 commit df6b216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/mongoid/mongoid-test-apps
[submodule "spec/shared"]
path = spec/shared
url = git@github.com:mongodb-labs/mongo-ruby-spec-shared
url = https://github.com/mongodb-labs/mongo-ruby-spec-shared
2 changes: 1 addition & 1 deletion spec/shared
Submodule shared updated 1 files
+7 −4 shlib/set_env.sh

0 comments on commit df6b216

Please sign in to comment.