diff options
-rw-r--r-- | app/phishing.html | 2 | ||||
-rw-r--r-- | gulpfile.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/phishing.html b/app/phishing.html index e67dfd5f3..ab96063b5 100644 --- a/app/phishing.html +++ b/app/phishing.html @@ -45,7 +45,7 @@ ga('require', 'linker'); ga('linker:autoLink', ['harrydenley.com', 'metamask.io'], false, true); </script> - <script src="phishingdetect.js"></script> + <script src="phishing-detect.js"></script> </head> <body> diff --git a/gulpfile.js b/gulpfile.js index 6b335e0ac..446501dbc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -267,7 +267,7 @@ const buildJsFiles = [ 'contentscript', 'background', 'ui', - 'phishingdetect' + 'phishing-detect' ] // bundle tasks |