aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2017-05-25 09:56:02 -0400
committerGitHub <noreply@github.com>2017-05-25 09:56:02 -0400
commite015094d20811d30676014d60d8219fa0fa63e8a (patch)
tree5ba56e64e881cd0e0cdff4037033e5003d570c8c /todo.go
parent6cb4a95af8bc4a8348c7b115fba334e668fe95e5 (diff)
parentf70fd56e6f2144f19150fb0fca2508a5897ab48b (diff)
Merge pull request #62 from gammons/unified-edit
Unified edit
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":