Skip to content

Commit 73e66e0

Browse files
authored
Fix typo
1 parent 1b44f01 commit 73e66e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ARI/Commands/InventoryCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class InventoryCommand : AsyncCommand<InventorySettings>
2222
{ "Has-tags", "false" }
2323
};
2424

25-
public override async Task<int> ExecuteAsync(CommandContext context, InventorySettings setting, CancellationToken cancellationToken)
25+
public override async Task<int> ExecuteAsync(CommandContext context, InventorySettings settings, CancellationToken cancellationToken)
2626
{
2727
var sw = System.Diagnostics.Stopwatch.StartNew();
2828
var modified = DateTimeOffset.UtcNow;

0 commit comments

Comments
 (0)