Skip to content

Commit

Permalink
(GH-1546) Fix undefined zipFileContentPath var
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron authored and gep13 committed Jun 8, 2018
1 parent 244c821 commit 93c3394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ param(

# The Zip Content File may have previously existed under a different
# name. If *Install.txt doesn't exist, check for the old name
if(-Not (Test-Path -Path $zipFileContentPath)) {
if(-Not (Test-Path -Path $zipContentFile)) {
$zipContentFile=(Join-Path $packagelibPath -ChildPath $zipFileName) + ".txt"
}

Expand Down

0 comments on commit 93c3394

Please sign in to comment.