From f01f55374aabc9d5f921986a9c9d846ddfd9cfee Mon Sep 17 00:00:00 2001 From: Jack Lloyd-Walters Date: Wed, 26 Jun 2024 12:27:39 +0100 Subject: [PATCH] hopefully this is the last --- client/ssh_key.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ssh_key.go b/client/ssh_key.go index 155ea7b..052d286 100644 --- a/client/ssh_key.go +++ b/client/ssh_key.go @@ -5,7 +5,7 @@ import ( "fmt" "net/url" - "github.com/canonical/gomaasclientlient/entity" + "github.com/canonical/gomaasclient/entity" ) // SSHKey implements api.SSHKey