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