Skip to content

Commit

Permalink
chore: Change the Testcontainers label to reverse DNS name (org.testc…
Browse files Browse the repository at this point in the history
…ontainers)
  • Loading branch information
HofmeisterAn committed Nov 2, 2022
1 parent fabeb9d commit 561d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers/Clients/TestcontainersClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace DotNet.Testcontainers.Clients
/// <inheritdoc cref="ITestcontainersClient" />
internal sealed class TestcontainersClient : ITestcontainersClient
{
public const string TestcontainersLabel = "testcontainers";
public const string TestcontainersLabel = "org.testcontainers";

private readonly string osRootDirectory = Path.GetPathRoot(Directory.GetCurrentDirectory());

Expand Down

0 comments on commit 561d522

Please sign in to comment.