Update GH clone URI field
[khome.git] / home / lib / login_functions.sh
index 4a266c2..6741dfd 100644 (file)
@@ -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 {}
 }
This page took 0.036813 seconds and 4 git commands to generate.