Skip to content

Commit 5d7747a

Browse files
committed
Update new-pssession.action.ps1
Fixing typo
1 parent 912a8ff commit 5d7747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/internal/buildActions/new-pssession.action.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $params = @{
3636
Description = 'Establish a PSSession to a target computer and provide it as an artifact'
3737
Parameters = @{
3838
ComputerName = 'The Computer to connect to'
39-
Port = 'Port you want to connect too'
39+
Port = 'Port you want to connect to'
4040
VMName = 'The virtual machine to which to connect to via the HyperV VM Bus'
4141
CredentialPath = 'The path to the credentials to use for the connection. Use %ProjectRoot% to insert the folder path to where the buildfile is located'
4242
ArtifactName = '(mandatory) The name under which to publish the session as an artifact'

0 commit comments

Comments
 (0)