aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
Diffstat (limited to 'todo.go')
-rw-r--r--todo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.go b/todo.go
index f41410d..130fd55 100644
--- a/todo.go
+++ b/todo.go
@@ -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":