aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 13154b2..1badcd4 100755
--- a/gist
+++ b/gist
@@ -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: