Skip to content
Snippets Groups Projects
Unverified Commit 25364ba2 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] correct error message coming from copypasta

parent d8e683ef
No related branches found
No related tags found
1 merge request!44[bug] correct error message coming from copypasta
......@@ -185,7 +185,7 @@ func (b *bonafide) fetchEipJSON() error {
}
defer resp.Body.Close()
if resp.StatusCode != 200 {
return fmt.Errorf("get vpn cert has failed with status: %s", resp.Status)
return fmt.Errorf("get eip json has failed with status: %s", resp.Status)
}
var eip eipService
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment