Skip to content

Commit d3c38a5

Browse files
committed
small fix
1 parent 934afb0 commit d3c38a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Show help for Cmdlet to connect to StorageGRID Management Server
3030
Connect to StorageGRID Management Server (use the `-Insecure` switch to skip checking the certificate of the server)
3131

3232
$Credential = Get-Credential
33-
Connect-OciServer -Name myserver.mydomain.tld -Credential $Credential -Insecure
33+
Connect-S3MgmtServer -Name myserver.mydomain.tld -Credential $Credential -Insecure
3434

3535
List all S3 Accounts
3636

0 commit comments

Comments
 (0)