From 77c97b5ccc20f931325c0df95a351a7a4067bb8d Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 7 Mar 2018 09:44:20 +0100 Subject: [PATCH] fix markdown list syntax error --- src/Connection/Connect-To.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Connection/Connect-To.ps1 b/src/Connection/Connect-To.ps1 index 2e8c443..0169d41 100644 --- a/src/Connection/Connect-To.ps1 +++ b/src/Connection/Connect-To.ps1 @@ -15,6 +15,7 @@ function Connect-To { .PARAMETER Type Specify the host type of the target. Currently implemented targets are: + - CiscoUcs Establish a connection to a Cisco UCS fabric interconnect. - FTP Establish a connection to a FTP host. - NetAppFAS Establish a connection to a NetApp Clustered ONTAP filer.