Skip to content

Commit 1577395

Browse files
committed
fixing path for windows hab build for NOTICE
Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent b29d432 commit 1577395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

habitat/plan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function Invoke-Build {
6868

6969
function Invoke-Install {
7070
write-output "*** invoke-install"
71-
$NoticeFile = "$PLAN_CONTEXT\..\..\NOTICE"
71+
$NoticeFile = "$PLAN_CONTEXT\..\NOTICE"
7272

7373
if (Test-Path $NoticeFile) {
7474
Write-BuildLine "** Copying NOTICE to package directory"

0 commit comments

Comments
 (0)