diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-20 14:40:56 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-20 14:40:56 +0800 |
| commit | 1e42b2cf646587573916aaccc9c3d7d3a424b81e (patch) | |
| tree | 14f12db6dffd4edc7e358f2cabad975dd44851e4 | |
| parent | e3f62fb527786e8c649ec28d8c3c64109ecc451e (diff) | |
update
| -rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 88bc7b9..763a32c 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -258,7 +258,7 @@ case "$1" in | |||
| 258 | "") | 258 | "") |
| 259 | _show_list $index ;; | 259 | _show_list $index ;; |
| 260 | star | s) | 260 | star | s) |
| 261 | _show_list $starred ;; | 261 | _show_list $starred ;; |
| 262 | update | u) | 262 | update | u) |
| 263 | _update "$2" ;; | 263 | _update "$2" ;; |
| 264 | new | n) | 264 | new | n) |