summarylogtreecommitdiffstats
path: root/tasknc-sync_fix.patch
blob: 3499b0fb390f5a35227c140b25a0885486482474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/tasklist.c b/src/tasklist.c
index 3a5c323..0c106c0 100644
--- a/src/tasklist.c
+++ b/src/tasklist.c
@@ -308,7 +308,7 @@ void key_tasklist_sync() /* {{{ */
 
 	statusbar_message(cfg.statusbar_timeout, "synchronizing tasks...");
 
-	ret = task_interactive_command("yes n | task merge && task push");
+	ret = task_interactive_command("yes n | task sync");
 
 	if (ret==0)
 	{