mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #17585 from DeviaVir/patch-1
Fixing small typo in resource/wait.go
This commit is contained in:
commit
2044f09bb4
@ -74,7 +74,7 @@ func RetryableError(err error) *RetryError {
|
||||
return &RetryError{Err: err, Retryable: true}
|
||||
}
|
||||
|
||||
// NonRetryableError is a helper to create a RetryError that's _not)_ retryable
|
||||
// NonRetryableError is a helper to create a RetryError that's _not_ retryable
|
||||
// from a given error.
|
||||
func NonRetryableError(err error) *RetryError {
|
||||
if err == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user