summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2017-04-15 00:21:01 -0400
committerRuben Rodriguez <ruben@gnu.org>2017-04-15 00:21:01 -0400
commit2722d9a0f5859c47e071870ec7b8a24b7501db09 (patch)
tree3be4e6726e1cef8eae605f255d196ba28f2cab79 /makeicecat
parentdcf986495d03ad00e07599de0b9e5a66f96ff002 (diff)
Disable healthreport
Diffstat (limited to 'makeicecat')
-rw-r--r--makeicecat4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeicecat b/makeicecat
index 03d5d71..2d403c6 100644
--- a/makeicecat
+++ b/makeicecat
@@ -207,8 +207,8 @@ EOF
###############################################################################
# Disable healthreport
-sed '/mozilla.org\/legal/d' -i services/healthreport/healthreport-prefs.js
-cat << EOF >>services/healthreport/healthreport-prefs.js
+sed '/mozilla.org\/legal/d' -i toolkit/components/telemetry/healthreport-prefs.js
+cat << EOF >> toolkit/components/telemetry/healthreport-prefs.js
pref("datareporting.healthreport.infoURL", "https://$INFOURL");
EOF