Skip to content

Commit 572af78

Browse files
committed
submodules url to https
1 parent 72a4f60 commit 572af78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "py/calvo_cli_tools"]
22
path = py/calvo_cli_tools
3-
url = git@github.com:ajboni/calvo-cli-tools.git
3+
url = https://github.com/ajboni/calvo-cli-tools.git

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For the time being it can be build from source.
6565
Make sure to have the dependencies installed first.
6666

6767
```
68-
git clone repo
68+
git clone https://github.com/ajboni/calvo.git
6969
git submodule init
7070
git submodule update
7171
npm install

0 commit comments

Comments
 (0)