diff --git a/src/ARI/ARI.csproj b/src/ARI/ARI.csproj
index e4ed866..73a93e2 100644
--- a/src/ARI/ARI.csproj
+++ b/src/ARI/ARI.csproj
@@ -46,7 +46,7 @@
-
+
diff --git a/src/ARI/Commands/InventoryCommand.cs b/src/ARI/Commands/InventoryCommand.cs
index 7021cbd..0c664d1 100644
--- a/src/ARI/Commands/InventoryCommand.cs
+++ b/src/ARI/Commands/InventoryCommand.cs
@@ -22,7 +22,7 @@ public class InventoryCommand : AsyncCommand
{ "Has-tags", "false" }
};
- public override async Task ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken)
+ protected override async Task ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken)
{
var sw = System.Diagnostics.Stopwatch.StartNew();
var modified = DateTimeOffset.UtcNow;