mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
Update provider/godaddy/godaddy.go
Typo: rename e to err Co-authored-by: Nick Jüttner <nick@juni.io>
This commit is contained in:
parent
37654ebad9
commit
d307a23f5a
@ -550,7 +550,7 @@ func maxOf(vars ...int64) int64 {
|
|||||||
func toString(obj interface{}) string {
|
func toString(obj interface{}) string {
|
||||||
b, err := json.MarshalIndent(obj, "", " ")
|
b, err := json.MarshalIndent(obj, "", " ")
|
||||||
|
|
||||||
if e != nil {
|
if err != nil {
|
||||||
return fmt.Sprintf("<%v>", e)
|
return fmt.Sprintf("<%v>", e)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user