Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Oct 30, 2023
1 parent e73f5be commit 05a38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func UpdateTask(d *schema.ResourceData, meta interface{}) error {
}
err := client.Tasks.Alter(ctx, alterRequest)
if err != nil {
return fmt.Errorf("error updating suspenf task after num failures on task %s", taskId.FullyQualifiedName())
return fmt.Errorf("error updating suspend task after num failures on task %s", taskId.FullyQualifiedName())
}
}

Expand Down

0 comments on commit 05a38e5

Please sign in to comment.