aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 24d7be1..a776ca2 100755
--- a/gist
+++ b/gist
@@ -451,7 +451,7 @@ _query_user() {
451 route=users/$1/gists _fetch_gists_with_pagnation $fetched_records 451 route=users/$1/gists _fetch_gists_with_pagnation $fetched_records
452 tac $fetched_records | nl -s' ' \ 452 tac $fetched_records | nl -s' ' \
453 | while read -r ${INDEX_FORMAT[@]}; do 453 | while read -r ${INDEX_FORMAT[@]}; do
454 echo $index $gist_id $author $file_num $comment_num $description | cut -c -"$(tput cols)" 454 echo $index ${GIST_DOMAIN}/${gist_id} $author $file_num $comment_num $description | cut -c -"$(tput cols)"
455 done || { echo "Failed to query $1's gists"; exit 1; } 455 done || { echo "Failed to query $1's gists"; exit 1; }
456} 456}
457 457