Skip to content

Commit

Permalink
Use https for repos
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 6, 2023
1 parent d719c7d commit 85725ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wrath
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ fetch() {
local repo
repo="$1"

echo git clone -q [email protected]:"${group[$repo]}"/"$repo" "$repo"
git clone -q [email protected]:"${group[$repo]}"/"$repo" "$repo"
git clone -q https://github.com/"${group[$repo]}"/"$repo" "$repo"
}

clean() {
Expand Down

0 comments on commit 85725ce

Please sign in to comment.