Skip to content

Commit

Permalink
Merge branch 'hotfix/0.6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
idpaterson committed Apr 1, 2017
2 parents 497edbc + 167839d commit 98d4a36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/bear/parsedatetime.git
[submodule "lib/alfred-workflow"]
path = lib/alfred-workflow
url=https://github.com/idpaterson/alfred-workflow.git
url=https://github.com/deanishe/alfred-workflow.git
[submodule "lib/peewee"]
path = lib/peewee
url = https://github.com/coleifer/peewee.git
Expand Down
Binary file modified Wunderlist.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-wunderlist-workflow",
"version": "0.6.4",
"version": "0.6.5",
"dependencies": {},
"private": true,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/alfred-wunderlist-workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def main(wf):

if __name__ == '__main__':
wf = workflow()
sys.exit(wf.run(main, plaintext_exceptions='--commit' in wf.args))
sys.exit(wf.run(main, text_errors='--commit' in wf.args))

0 comments on commit 98d4a36

Please sign in to comment.