diff --git a/sync.py b/sync.py index 6adb7b7..aaa5e43 100755 --- a/sync.py +++ b/sync.py @@ -62,6 +62,7 @@ def sync(root, pubnix, exclude=None): def main(): root = os.path.dirname(os.path.realpath(__file__)) + root = os.path.join(root, 'out', 'web') for pubnix in PUBNIXES: print() print(pubnix)