summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/send-error-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-error-report b/scripts/send-error-report
index 8eea3cfebb..d23ae27dda 100755
--- a/scripts/send-error-report
+++ b/scripts/send-error-report
@@ -77,4 +77,4 @@ if __name__ == '__main__':
elif len(sys.argv) == 3:
sendData(sys.argv[1], sys.argv[2])
else:
- sendData(sys.argv[1], "localhost:8000")
+ sendData(sys.argv[1], "errors.yoctoproject.org")