summarylogtreecommitdiffstats
path: root/tasknc-sync_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tasknc-sync_fix.patch')
-rw-r--r--tasknc-sync_fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/tasknc-sync_fix.patch b/tasknc-sync_fix.patch
new file mode 100644
index 000000000000..3499b0fb390f
--- /dev/null
+++ b/tasknc-sync_fix.patch
@@ -0,0 +1,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)
+ {