Skip to content

Commit

Permalink
Remove support email (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBoike authored Jan 16, 2025
1 parent 8c3d1f5 commit 8a5d6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/sagajsonstatepatch/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const string YELLOW = "\u001b[33m";
const string RESET = "\u001b[0m";

Console.WriteLine(UNDERLINE + "\nPlease contact Particular support at <[email protected]> if assistance is required.\n" + RESET);
Console.WriteLine(UNDERLINE + "\nPlease contact Particular support if assistance is required.\n" + RESET);

if (args.Length < 2)
{
Expand Down
2 changes: 1 addition & 1 deletion tools/sagajsonstatepatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Create a `patch.sql` file:
## Output example

```txt
Please contact Particular support at <[email protected]> if assistance is required.
Please contact Particular support if assistance is required.
Connection string: data source=localhost;Database=nservicebus;persist security info=True;User Id=sa;Password=yourStrong(!)Password;Encrypt=false
Table name : NsbSamplesSqlPersistence.dbo.Samples_SqlPersistence_EndpointSqlServer_OrderSaga
Expand Down

0 comments on commit 8a5d6b5

Please sign in to comment.