Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo in log message.
  • Loading branch information
martincostello authored and JamieMagee committed Oct 3, 2024
1 parent 5ffb7a2 commit 3c4ce74
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 3c4ce74

Please sign in to comment.