diff options
-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;; |