diff options
| author | typebrook <typebrook@gmail.com> | 2020-02-12 22:14:39 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-02-12 22:14:39 +0800 |
| commit | 36f06cc8454168d5e7b69e1a43817e46c2bd48d3 (patch) | |
| tree | 10a4f73b00bf5b11d05bb6045c9c6dea05ff7230 /scripts | |
| parent | da7c861b33ea43c5364b1ce6cb2cf5a0ce0892b7 (diff) | |
update
Diffstat (limited to 'scripts')
| -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 | ||