diff options
Diffstat (limited to 'tools/browsertime/mach_commands.py')
-rw-r--r-- | tools/browsertime/mach_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/browsertime/mach_commands.py b/tools/browsertime/mach_commands.py index 8386dd2c54..f0e90445e9 100644 --- a/tools/browsertime/mach_commands.py +++ b/tools/browsertime/mach_commands.py @@ -152,7 +152,7 @@ def browsertime_path(): def visualmetrics_path(): """The path to the `visualmetrics.py` script.""" - return mozpath.join(package_path(), "browsertime", "visualmetrics-portable.py") + return mozpath.join(package_path(), "visualmetrics", "visualmetrics-portable.py") def host_platform(): |