diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist index bb2fb42..be81c16 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -534,6 +534,7 @@ _create_gist() { | |||
534 | } | 534 | } |
535 | 535 | ||
536 | # update description of a gist | 536 | # update description of a gist |
537 | # TODO use response to modify index file, do not fetch gists again | ||
537 | _edit_gist() { | 538 | _edit_gist() { |
538 | _gist_id $1 | 539 | _gist_id $1 |
539 | 540 | ||