Skip to content

Commit

Permalink
fix: use https instead of ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 57aa44c commit a96e938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function clone {
header "CLONING"
local -r repo_id=$1
local -r repo_path=$2
git clone --depth 1 "git@github.com:$repo_id.git" "$repo_path"
git clone --depth 1 "https://github.com/$repo_id.git" "$repo_path"
}

# commits the changes in the current directory to the local Git client
Expand Down

0 comments on commit a96e938

Please sign in to comment.