Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
change crash reporter GUID [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sawilde committed Feb 5, 2016
1 parent 0ba1be3 commit 8baeb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/OpenCover.Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private static void ReportCrash(Exception exception)
{
AnonymousData = new AnonymousData
{
ApplicationGuid = new Guid("e3933a4b-368b-4256-ad42-777bc60a9558"),
ApplicationGuid = new Guid("e6542474-21df-42f4-826b-15a12764da6f"),
Exception = exception,
ToEmail = ""
}
Expand Down

0 comments on commit 8baeb9a

Please sign in to comment.