summaryrefslogtreecommitdiff
path: root/digitalocean/listKeys.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-12-31 07:45:37 -0600
committerJeff Carr <[email protected]>2023-12-31 07:45:37 -0600
commite4a04f36f0fc0c6d6ec9c2674f5020473fc19013 (patch)
tree00feae9600ff27a57bc7e43106d2c71c02a61233 /digitalocean/listKeys.go
parentc5ff4637fb1a5eb1c8910d946b4fc97a8bc55c9b (diff)
work on Connect()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'digitalocean/listKeys.go')
-rw-r--r--digitalocean/listKeys.go2
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)
}
/*