fix: some typos (#56171)

This commit is contained in:
George Rodrigues
2022-10-04 18:43:49 -05:00
committed by GitHub
parent 4163f31d76
commit 8950d86141
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ func (p *publisher) postRequest(url string, obj interface{}, desc string) error
} else {
log.Printf("Action: %s \t Failed - Status: %v", desc, res.Status)
log.Printf("Resp: %s", body)
log.Fatalf("Quiting")
log.Fatalf("Quitting")
}
}