Skip to content

Commit 2894694

Browse files
author
Nimisha Sharad
authored
Merge pull request #205 from MsysTechnologiesllc/harry/windows8-error
Harry/windows8 error
2 parents e8e788d + cd18bcb commit 2894694

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ChefExtensionHandler/bin/shared.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ function Chef-SetCustomEnvVariables($envHash, $powershellVersion)
9090
}
9191

9292
function Get-PowershellVersion {
93-
echo "Get PowershellVersion function"
9493
if(!$powershellVersion)
9594
{
96-
echo "Get PowershellVersion from PSVersionTable"
9795
$global:powershellVersion = $PSVersionTable.PSVersion.Major
9896
}
9997
$powershellVersion

0 commit comments

Comments
 (0)