From 15f76ac493483bdfbd3c8a52e38d5713a72be1e5 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 26 Nov 2022 00:52:19 +0100 Subject: [PATCH] Fix build task --- .vscode/tasks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 351ee74..dc55f69 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -53,11 +53,12 @@ "-e", "/usr/bin/rsync", "-v", + "-h", "-P", "-a", "--delete", ".", - "www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/" + "com.xaymar@web.svc.xaymar.com:/home/com.xaymar/com.xaymar.www/" ], "group": "build", "problemMatcher": []