This commit is contained in:
2020-09-07 15:26:19 -04:00
parent e1b3baf0ed
commit b161d9daf1
+1 -1
View File
@@ -45,7 +45,7 @@ If ( $Name -and $Type )
Else { Write-Output "No script or type was specified" }
}
## Function to return a version object from a string
## Function to return a Powershell version object from a string
Function Get-Version
{
param([string]$Version)