diff options
Diffstat (limited to 'digitalocean/listKeys.go')
| -rw-r--r-- | digitalocean/listKeys.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/digitalocean/listKeys.go b/digitalocean/listKeys.go index ecf243f..1daa51b 100644 --- a/digitalocean/listKeys.go +++ b/digitalocean/listKeys.go @@ -24,7 +24,7 @@ func (d *DigitalOcean) ListSSHKeyID() error { // Find the key by name. for _, key := range keys { - log.Info("found ssh", key.Name) + log.Info("found ssh wierd", key.Name) log.Verbose("found ssh key:", key) } /* |
