aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist1
1 files changed, 1 insertions, 0 deletions
diff --git a/gist b/gist
index 8c0710d..dbb29d5 100755
--- a/gist
+++ b/gist
@@ -479,6 +479,7 @@ for comment in raw:
479 ' 479 '
480} 480}
481 481
482# TODO add parameter --comment to fetch comments
482_show_detail() { 483_show_detail() {
483 _gist_id "$1" || return 1 484 _gist_id "$1" || return 1
484 record=$(sed -ne "/^$1 / p" $INDEX) 485 record=$(sed -ne "/^$1 / p" $INDEX)