Skip to content

Commit

Permalink
Fix typo in Agent.cs
Browse files Browse the repository at this point in the history
Alexander-Hjelm committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4bf2f4f commit c4523c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkItemMigrator/WorkItemImport/Agent.cs
Original file line number Diff line number Diff line change
@@ -281,7 +281,7 @@ private static VsWebApi.VssConnection EstablishRestConnection(Settings settings)
internal async Task<TeamProject> GetOrCreateProjectAsync()
{
ProjectHttpClient projectClient = RestConnection.GetClient<ProjectHttpClient>();
Logger.Log(LogLevel.Info, "Retreiving project info from Azure DevOps/TFS...");
Logger.Log(LogLevel.Info, "Retrieving project info from Azure DevOps/TFS...");
TeamProject project = null;

try

0 comments on commit c4523c3

Please sign in to comment.