summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-21 18:33:08 +0800
committertypebrook <typebrook@gmail.com>2020-01-21 18:33:08 +0800
commitd0b2e1159e78924b74c973ce464272fe08eb24c3 (patch)
tree72ff6ac3890ba16874e2c6a5981e681b8ddb3396 /scripts
parent8234fceb4be491ebba05de35f6d8456fb64c4015 (diff)
update
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gist b/scripts/gist
index 876371e..94181d8 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -276,11 +276,11 @@ _help_message() {
276} 276}
277 277
278_configure() { 278_configure() {
279 case $i in 279 case "$1" in
280 auto_sync) 280 auto_sync) echo -n $1=; shift ;;&
281 ;; 281 true) echo true; shift ;;
282 folder) 282 false) echo false; shift ;;
283 ;; 283 folder) shift
284 esac 284 esac
285} 285}
286 286