diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||