1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

client/connection: Typo in ConnectLXD

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
This commit is contained in:
Thomas Parrott
2021-10-19 15:55:04 +01:00
parent ed569e6926
commit 8cdce8bfa9

View File

@@ -69,7 +69,7 @@ type ConnectionArgs struct {
//
// Unless the remote server is trusted by the system CA, the remote certificate must be provided (TLSServerCert).
func ConnectLXD(url string, args *ConnectionArgs) (InstanceServer, error) {
logger.Debugf("Connecting to a remote LXD over HTTPs")
logger.Debugf("Connecting to a remote LXD over HTTPS")
// Cleanup URL
url = strings.TrimSuffix(url, "/")