aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/wpt/export.py')
-rwxr-xr-xpython/wpt/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/export.py b/python/wpt/export.py
index 6860a7a8ed9..e1c58228016 100755
--- a/python/wpt/export.py
+++ b/python/wpt/export.py
@@ -27,7 +27,7 @@ def main() -> int:
success = WPTSync(
servo_repo='servo/servo',
wpt_repo='web-platform-tests/wpt',
- downstream_wpt_repo='servo-wpt-sync/web-platform-tests',
+ downstream_wpt_repo='servo/wpt',
servo_path='./servo',
wpt_path='./wpt',
github_api_token=os.environ['WPT_SYNC_TOKEN'],