X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=6741dfd31a707236c280347b042b4b2334960739;hb=d29d0f9bd93fd01f7d72f4ee0f27893cb1c6d187;hp=4a266c242a965b0f42eb140dc28d027702f5b706;hpb=c2d030149cea6664a4b9eebe7d309acb5755e971;p=khome.git diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 4a266c2..6741dfd 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -363,7 +363,7 @@ gh_clone() { mkdir -p "$gh_dir" cd "$gh_dir" || kill -INT $$ gh_fetch_repos "$gh_user_type" "$gh_user_name" \ - | jq --raw-output '.[] | select(.fork | not) | .git_url' \ + | jq --raw-output '.[] | select(.fork | not) | .clone_url' \ | parallel -j 25 \ git clone {} }