From 250e92cab8d25ea6bc0a854c765e597b47b1129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E6=98=8E=E5=B8=85?= Date: Tue, 22 Jun 2021 02:59:57 +0000 Subject: [PATCH] update post-sync.py. --- post-sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-sync.py b/post-sync.py index bf5bdc8..fa3f9e7 100644 --- a/post-sync.py +++ b/post-sync.py @@ -4,4 +4,4 @@ def main(**kwargs): #print("Execute prebuild_download", file=sys.stdout) #os.system("prebuild_download") print("Execute repo forall git lfs pull", file=sys.stdout) - os.system("~/oschina/repo/repo forall -c git lfs pull") \ No newline at end of file + os.system("repo forall -c git lfs pull") \ No newline at end of file