Skip to content

Commit b67124c

Browse files
committed
fix: use https instead of ssh
1 parent 4136200 commit b67124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function clone {
195195
header "CLONING"
196196
local -r repo_id=$1
197197
local -r repo_path=$2
198-
git clone --depth 1 "git@github.com:$repo_id.git" "$repo_path"
198+
git clone --depth 1 "https://github.com/$repo_id.git" "$repo_path"
199199
}
200200

201201
# commits the changes in the current directory to the local Git client

0 commit comments

Comments
 (0)