diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
commit | 52704441a89095cada7269ab5ed60d059cf8ed7b (patch) | |
tree | 410dc5a7dbd3913224863f1ccb91e92f8a8e04c9 /tools | |
parent | e460279f2e311b9060a9354f2a41c9b8ffc8d5c8 (diff) | |
download | iceweasel-uxp-52704441a89095cada7269ab5ed60d059cf8ed7b.tar.gz |
more broken path fixes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mozscreenshots/.eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mozscreenshots/.eslintrc.js b/tools/mozscreenshots/.eslintrc.js index 55b0539..1ced58f 100644 --- a/tools/mozscreenshots/.eslintrc.js +++ b/tools/mozscreenshots/.eslintrc.js @@ -2,7 +2,7 @@ module.exports = { // eslint-disable-line no-undef "extends": [ - "../../../testing/mochitest/browser.eslintrc.js" + "../../../../testing/mochitest/browser.eslintrc.js" ], "rules": { |