Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0e91a40

Browse files
Use https for submodules (#2913)
1 parent 6e62448 commit 0e91a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.gitmodules‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/mongodb-labs/drivers-evergreen-tools
44
[submodule "spec/shared"]
55
path = spec/shared
6-
url = git@github.com:mongodb-labs/mongo-ruby-spec-shared.git
6+
url = https://github.com/mongodb-labs/mongo-ruby-spec-shared

‎profile/driver_bench/rake/tasks.rake‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
44

55
task driver_bench: %i[ driver_bench:data driver_bench:run ]
66

7-
SPECS_REPO_URI = 'git@github.com:mongodb/specifications.git'
7+
SPECS_REPO_URI = 'https://github.com/mongodb/specifications'
88
SPECS_PATH = File.expand_path('../../../specifications', __dir__)
99
DRIVER_BENCH_DATA = File.expand_path('../../data/driver_bench', __dir__)
1010

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /