Skip to content

Commit

Permalink
Update src/Aspire.Hosting/ExecutableResourceBuilderExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl authored and afscrome committed Sep 9, 2024
1 parent 7abf83b commit d85371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aspire.Hosting/ExecutableResourceBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static IResourceBuilder<ExecutableResource> AddExecutable(this IDistribut
{
context.Args.AddRange(args);
}
});
});
}

/// <summary>
Expand Down

0 comments on commit d85371b

Please sign in to comment.