Skip to content

Commit

Permalink
fixes #50 space in the key
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed May 23, 2020
1 parent 5bc16d8 commit f78ddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticktick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ __tick_fun_parse_expression() {
Prefix+="$token"
fi
;;
*) Prefix+="$token" ;;
*) Prefix+=$(echo "$token" | __tick_json_sanitize_value) ;;
esac
(( backslash -- ))
fi
Expand Down

0 comments on commit f78ddba

Please sign in to comment.