summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-03-25 00:01:05 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-03-25 00:01:05 -0500
commit46de659d63f8485dc01175ae0e36235bd2b11e58 (patch)
treecf71ea28cafdecb502918bb1685eb255d9b51d56 /python
parent8a34848ce0f6d4006947c51227b05bec6d12bfdb (diff)
downloadaura-central-46de659d63f8485dc01175ae0e36235bd2b11e58.tar.gz
Rebrand the Platform Codebase
Diffstat (limited to 'python')
-rw-r--r--python/mozbuild/mozpack/packager/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozpack/packager/formats.py b/python/mozbuild/mozpack/packager/formats.py
index 235fc3e90..b0121a6fc 100644
--- a/python/mozbuild/mozpack/packager/formats.py
+++ b/python/mozbuild/mozpack/packager/formats.py
@@ -318,6 +318,6 @@ class OmniJarSubFormatter(PiecemealFormatter):
path[1] in ['pref', 'preferences'])
return path[0] in [
'modules',
- 'goanna.js',
+ 'platform-prefs.js',
'hyphenation',
] or path[0] in STARTUP_CACHE_PATHS