Skip to content

Commit

Permalink
Merge branch 'IS5'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulshir committed Jun 27, 2015
2 parents 34ed971 + 0c32a83 commit 50cbdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/coreos-hyperv-images.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Function Get-CoreosImage {
return
}

if (!(Test-BzipInPath)) {
if (!(Test-BzipCommandAvailable)) {
throw "bunzip2 not in PATH nor a git installation. Bzip is required to decompress images."
return
}
Expand Down Expand Up @@ -125,7 +125,7 @@ Function Get-BaseConfigDrive {
$base = Join-Path -Path $ModuleFilesDir "config2_base.vhdx.bz2"

if (!(Test-BzipCommandAvailable)) {
throw "bunzip2 not in PATH. Bzip is required to decompress images"
throw "bunzip2 not in PATH nor a git installation. Bzip is required to decompress images."
return
}

Expand Down

0 comments on commit 50cbdbf

Please sign in to comment.