Skip to content

Commit

Permalink
Fix typo (#10723)
Browse files Browse the repository at this point in the history
Fix typo in log message.

Co-authored-by: AbdulFattaah Popoola <abdulapopoola@github.com>
  • Loading branch information
martincostello and abdulapopoola authored Oct 9, 2024
1 parent 3b714de commit 3178303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ private static async Task UpdateTopLevelDepdendency(
var specificResolvedDependency = resolvedDependencies.Where(d => d.Name.Equals(dependencyName, StringComparison.OrdinalIgnoreCase)).FirstOrDefault();
if (specificResolvedDependency is null)
{
logger.Log($" Unable resolve requested dependency for {dependencyName} in {projectFile.Path}.");
logger.Log($" Unable to resolve requested dependency for {dependencyName} in {projectFile.Path}.");
continue;
}

Expand Down

0 comments on commit 3178303

Please sign in to comment.