summaryrefslogtreecommitdiff
path: root/xmake/modules/private/service/sync_files.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-16 11:33:09 +0800
committerruki <[email protected]>2022-04-16 11:33:09 +0800
commitf3ff3c8b3133102b8d818bf85f89cac4732f6eb8 (patch)
tree02ba2635ae3d8410aaff52501d6efee9abf2506e /xmake/modules/private/service/sync_files.lua
parentec42644f5fd2f522cb070f1ac0b33911b17f88ee (diff)
rename msg
Diffstat (limited to 'xmake/modules/private/service/sync_files.lua')
-rw-r--r--xmake/modules/private/service/sync_files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/service/sync_files.lua b/xmake/modules/private/service/sync_files.lua
index 4721f9541..da002f8a4 100644
--- a/xmake/modules/private/service/sync_files.lua
+++ b/xmake/modules/private/service/sync_files.lua
@@ -24,7 +24,7 @@ import("private.service.config")
import("private.service.remote_build.client", {alias = "remote_build_client"})
function main()
- remote_build_client():syncdir()
+ remote_build_client():sync()
end