diff options
author | typebrook <typebrook@gmail.com> | 2020-01-22 13:31:16 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-22 13:31:16 +0800 |
commit | 38b64bf7231a993ff8bab0e6b622eca973877c60 (patch) | |
tree | 82ecb259624202439d878a8ea906973feea1e330 | |
parent | f22363e9a4cc0ace864cd39dcf26f6370cec1d38 (diff) |
update
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index bcb6541..ee7eed7 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -282,7 +282,7 @@ _cases() { | |||
282 | echo Invalid token format, it is not 40 chars > /dev/tty;; | 282 | echo Invalid token format, it is not 40 chars > /dev/tty;; |
283 | auto_sync[[:space:]]*) ;& | 283 | auto_sync[[:space:]]*) ;& |
284 | *false$) echo $1=$2 ;; | 284 | *false$) echo $1=$2 ;; |
285 | *) ;; | 285 | *) echo $1=true ;; |
286 | folder[[:space:]]*) echo $1=$2 ;; | 286 | folder[[:space:]]*) echo $1=$2 ;; |
287 | user[[:space:]]*) echo $1=$2 ;; | 287 | user[[:space:]]*) echo $1=$2 ;; |
288 | *) echo Not well formated > /dev/tty;; | 288 | *) echo Not well formated > /dev/tty;; |