Use semantically-named variables
[khome.git] / home / lib / login_functions.sh
index 15f6e3c..042ea60 100644 (file)
@@ -263,7 +263,10 @@ yt_video() {
 }
 
 gh_fetch_repos() {
-    curl "https://api.github.com/$1/$2/repos?page=1&per_page=10000"
+    local -r user_type="$1"
+    local -r user_name="$2"
+
+    curl "https://api.github.com/$user_type/$user_name/repos?page=1&per_page=10000"
 }
 
 gh_clone() {
This page took 0.026553 seconds and 4 git commands to generate.