diff options
Diffstat (limited to 'python/wpt/manifestupdate.py')
-rw-r--r-- | python/wpt/manifestupdate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/manifestupdate.py b/python/wpt/manifestupdate.py index 05d380139db..b382624c7f2 100644 --- a/python/wpt/manifestupdate.py +++ b/python/wpt/manifestupdate.py @@ -34,7 +34,7 @@ def create_parser(): def update(check_clean=True, rebuild=False, **kwargs): logger = wptlogging.setup(kwargs, {"mach": sys.stdout}) kwargs = {"config": os.path.join(WPT_PATH, "config.ini"), - "manifest_path": os.path.join(WPT_PATH, "metadata"), + "manifest_path": os.path.join(WPT_PATH, "meta"), "tests_root": None, "metadata_root": None} |