diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 932286ff4..b0b2ff50b 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -90,7 +90,7 @@ class AtomApplication setupCrashReporter: -> crashReporter.setCompanyName 'GitHub' - crashReporter.setSubmissionURL 'https://speakeasy.githubapp.com/submit_crash_log' + crashReporter.setSubmissionUrl 'https://speakeasy.githubapp.com/submit_crash_log' crashReporter.setAutoSubmit true listenForArgumentsFromNewProcess: ->