From 6143b6b6e5a0bdd0268546b33f302c0e3dc612c9 Mon Sep 17 00:00:00 2001
From: Mastermind-sap <66560136+Mastermind-sap@users.noreply.github.com>
Date: Wed, 7 Jan 2026 00:31:15 +0530
Subject: [PATCH] fix: upgrading deprecated terminology
---
backend/utils/tw/set_config.go | 2 +-
.../components/HomeComponents/SetupGuide/SetupGuide.tsx | 8 ++++++--
.../SetupGuide/__tests__/SetupGuide.test.tsx | 2 +-
.../HomeComponents/SetupGuide/__tests__/utils.test.ts | 2 +-
.../src/components/HomeComponents/SetupGuide/utils.ts | 3 ++-
5 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/backend/utils/tw/set_config.go b/backend/utils/tw/set_config.go
index 5b9926db..275c51fc 100644
--- a/backend/utils/tw/set_config.go
+++ b/backend/utils/tw/set_config.go
@@ -9,7 +9,7 @@ import (
func SetTaskwarriorConfig(tempDir, encryptionSecret, origin, UUID string) error {
configCmds := [][]string{
{"task", "config", "sync.encryption_secret", encryptionSecret, "rc.confirmation=off"},
- {"task", "config", "sync.server.origin", origin, "rc.confirmation=off"},
+ {"task", "config", "sync.server.url", origin, "rc.confirmation=off"},
{"task", "config", "sync.server.client_id", UUID, "rc.confirmation=off"},
}
diff --git a/frontend/src/components/HomeComponents/SetupGuide/SetupGuide.tsx b/frontend/src/components/HomeComponents/SetupGuide/SetupGuide.tsx
index 25fb8a37..f0a49973 100644
--- a/frontend/src/components/HomeComponents/SetupGuide/SetupGuide.tsx
+++ b/frontend/src/components/HomeComponents/SetupGuide/SetupGuide.tsx
@@ -74,9 +74,13 @@ export const SetupGuide = (props: Props) => {
commands one block at a time
sync.server.origin is deprecated but
+ synonymous with sync.server.url)
+