Skip to content

Commit

Permalink
aeon: fix repo URL for Aeon submodule
Browse files Browse the repository at this point in the history
Use HTTPS instead Git protocol to avoid extra authorization.
  • Loading branch information
dmyger committed Jan 16, 2025
1 parent ea54ff6 commit 9832b01
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 @@ -9,5 +9,5 @@
ignore = dirty
[submodule "cli/aeon/protos"]
path = cli/aeon/protos
url = git@github.com:tarantool/aeon-api-protos.git
url = https://github.com/tarantool/aeon-api-protos.git
branch = master

0 comments on commit 9832b01

Please sign in to comment.