diff options
Diffstat (limited to 'standalone/bonafide.go')
-rw-r--r-- | standalone/bonafide.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/bonafide.go b/standalone/bonafide.go index db9ef7e..e37c332 100644 --- a/standalone/bonafide.go +++ b/standalone/bonafide.go @@ -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 |