mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Remove duplicated DoNotIgnoreErrors method (#2196)
This commit is contained in:
parent
fc934fd4d7
commit
7ac9e6f23c
1 changed files with 0 additions and 4 deletions
|
|
@ -28,10 +28,6 @@ func (a *Actions) IgnoreErrors() *Actions {
|
|||
a.ignoreErrors = true
|
||||
return a
|
||||
}
|
||||
func (a *Actions) DoNotIgnoreErrors() *Actions {
|
||||
a.ignoreErrors = false
|
||||
return a
|
||||
}
|
||||
|
||||
func (a *Actions) DoNotIgnoreErrors() *Actions {
|
||||
a.ignoreErrors = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue