Skip to content

Commit

Permalink
💄 Wrong IP for default crash reporter server.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Nov 28, 2013
1 parent da03784 commit fdfff63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/api/lib/crash-reporter.coffee
Expand Up @@ -7,7 +7,7 @@ class CrashReporter

productName ?= 'Atom-Shell'
companyName ?= 'GitHub, Inc'
submitUrl ?= 'http://54.249.141.25:1127/post'
submitUrl ?= 'http://54.249.141.255:1127/post'
autoSubmit ?= true
ignoreSystemCrashHandler ?= false
extra ?= {}
Expand Down

0 comments on commit fdfff63

Please sign in to comment.