diff options
| author | typebrook <typebrook@gmail.com> | 2020-02-12 21:32:10 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-02-12 21:32:10 +0800 |
| commit | fde69e7baa4bcb4449c80e3a20f5f1995f916e8f (patch) | |
| tree | aeee140bdccf4adcfc37e71009fcf1fc7a2e7935 /scripts | |
| parent | ce3df8f4739519a42c904a4ae4ff89e3028c8d24 (diff) | |
update
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index 0096d2e..922890a 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -526,7 +526,7 @@ _create_gist() { | |||
| 526 | 526 | ||
| 527 | if [[ $? -eq 0 ]]; then | 527 | if [[ $? -eq 0 ]]; then |
| 528 | echo 'Gist is created' | 528 | echo 'Gist is created' |
| 529 | _show_list | tail -1 | 529 | hint=false _show_list | tail -1 |
| 530 | else | 530 | else |
| 531 | echo 'Failed to create gist' | 531 | echo 'Failed to create gist' |
| 532 | fi | 532 | fi |