Skip to content

Commit

Permalink
Fix typo in taskagent
Browse files Browse the repository at this point in the history
  • Loading branch information
almirmcunhajr committed Jul 2, 2024
1 parent fad5ef7 commit 72af860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azuredevops/taskagent/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ type GetDeploymentTargetsArgs struct {
PropertyFilters *[]string
}

// Return type for the GetDeploymentTargets functi on
// Return type for the GetDeploymentTargets function
type GetDeploymentTargetsResponseValue struct {
Value []DeploymentMachine
// The continuation token to be used to get the next page of results.
Expand Down

0 comments on commit 72af860

Please sign in to comment.