Skip to content

Commit

Permalink
Use https for submodules (#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo authored Jan 21, 2025
1 parent 6e62448 commit 0e91a40
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/mongodb-labs/drivers-evergreen-tools
[submodule "spec/shared"]
path = spec/shared
url = git@github.com:mongodb-labs/mongo-ruby-spec-shared.git
url = https://github.com/mongodb-labs/mongo-ruby-spec-shared
2 changes: 1 addition & 1 deletion profile/driver_bench/rake/tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)

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

SPECS_REPO_URI = 'git@github.com:mongodb/specifications.git'
SPECS_REPO_URI = 'https://github.com/mongodb/specifications'
SPECS_PATH = File.expand_path('../../../specifications', __dir__)
DRIVER_BENCH_DATA = File.expand_path('../../data/driver_bench', __dir__)

Expand Down

0 comments on commit 0e91a40

Please sign in to comment.