Skip to content

Commit

Permalink
minor cleanup 👌
Browse files Browse the repository at this point in the history
  • Loading branch information
karimz1 committed Jun 1, 2024
1 parent e0e847a commit 02a6e4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Welcome to the AWS Authentication Tool repository! This project contains a .NET
Run the tool with the desired command and options:

```sh
dotnet AwsServiceAuthenticator.Cli.dll --command nuget --region us-east-1 --logPath ./logs
dotnet AwsServiceAuthenticator.Cli.dll --command nuget --region us-east-1 --logFolderPath ./logs
```

#### Available Commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public AwsAuthenticator(ILogger logger, ISystemRegion systemName)
_logger = logger;
_regionSystemName = systemName.Region;
}

public async Task<string> GetDomainOwnerIdAsync()
{
try
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Serilog;
using ILogger = AwsServiceAuthenticator.Core.Interfaces.ILogger;
using Interfaces_ILogger = AwsServiceAuthenticator.Core.Interfaces.ILogger;
using Interfaces_ILogger = AwsServiceAuthenticator.Core.Interfaces.ILogger;

namespace AwsServiceAuthenticator.Infrastructure.Services;

Expand Down

0 comments on commit 02a6e4e

Please sign in to comment.