diff options
| -rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -626,7 +626,7 @@ _show_detail() { | |||
| 626 | echo -e Desc: $(_color_pattern '^(\[.+\])' <<<"$description") | 626 | echo -e Desc: $(_color_pattern '^(\[.+\])' <<<"$description") |
| 627 | echo -e Tags: ${tags_string//,/ } | 627 | echo -e Tags: ${tags_string//,/ } |
| 628 | echo -e Site: ${GIST_DOMAIN}/${GIST_ID} | 628 | echo -e Site: ${GIST_DOMAIN}/${GIST_ID} |
| 629 | echo -e API : https://api.github.com/gists/${GIST_ID} | 629 | echo -e APIs: https://api.github.com/gists/${GIST_ID} |
| 630 | echo -e created_at: $created_at | 630 | echo -e created_at: $created_at |
| 631 | echo -e updated_at: $updated_at | 631 | echo -e updated_at: $updated_at |
| 632 | echo -e files: | 632 | echo -e files: |