diff options
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ func routeInput(command string, input string) { case "ac": app.ArchiveCompleted() case "e", "edit": - app.EditTodoDue(input) + app.EditTodo(input) case "ex", "expand": app.ExpandTodo(input) case "gc": |
