Skip to content

Commit

Permalink
gitmodules: switch cpp-httplib to https (pytorch#126580)
Browse files Browse the repository at this point in the history
Fixes issue introduced in pytorch#126470 (comment)

Test plan:

CI
Pull Request resolved: pytorch#126580
Approved by: https://github.com/PaliC, https://github.com/jeffdaily
  • Loading branch information
d4l3k authored and ZelboK committed May 19, 2024
1 parent b6caa15 commit d288e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
url = https://github.com/open-telemetry/opentelemetry-cpp.git
[submodule "third_party/cpp-httplib"]
path = third_party/cpp-httplib
url = git@github.com:yhirose/cpp-httplib.git
url = https://github.com/yhirose/cpp-httplib.git
branch = v0.15.3

0 comments on commit d288e44

Please sign in to comment.