Skip to content

Commit

Permalink
Fix: escape query when deleting a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pym committed Aug 17, 2013
1 parent 42e9ba0 commit 81367fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.plist
Expand Up @@ -86,7 +86,7 @@ touch ~/Desktop/"{query}"
<integer>127</integer>
<key>script</key>
<string>set -e
rm ~/Desktop/{query}
rm ~/Desktop/"{query}"
</string>
<key>type</key>
<integer>0</integer>
Expand Down

0 comments on commit 81367fe

Please sign in to comment.