Skip to content

Commit

Permalink
Fixing remove-module error (#4133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored and shahabhijeet committed Mar 15, 2018
1 parent 1abf9cc commit 0dd407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generateTool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ finally {
Get-OutputStream | Out-File -FilePath $logFile | Out-Null
Get-ErrorStream | Out-File -FilePath $logFile -Append | Out-Null
Clear-OutputStreams
Get-Module -Name "$modulePath" | Remove-Module
Get-Module -ListAvailable "$modulePath" | Remove-Module
}

0 comments on commit 0dd407c

Please sign in to comment.