Skip to content

Commit a0b0d98

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

habitat/plan.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Invoke-Build {
6464
function Invoke-Install {
6565

6666
write-output "*** invoke-install"
67-
$NoticeFile = "$PLAN_CONTEXT\..\..\NOTICE"
67+
$NoticeFile = "$PLAN_CONTEXT\..\NOTICE"
6868

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

0 commit comments

Comments
 (0)