Skip to content

Commit

Permalink
new-xmlschema file change
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Nov 25, 2015
1 parent d45b889 commit 40142e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XML/New-XmlSchema.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{
$ErrorActionPreference = 'Stop'

if (-not (Get-Module -Name Pscx -ListAvailable))
if (-not (Get-Module -Name Pscx -ListAvailable) -and (-not (Get-Module -Name Pscx -ListAvailable)))
{
throw "The PowerShell Community Extensions module is not installed. This module can be downloaded at https://pscx.codeplex.com/releases."
}
Expand Down

0 comments on commit 40142e2

Please sign in to comment.