Skip to content

Commit 802042c

Browse files
authored
[8.0] Fix mistake in generate-sbom-prep.ps1 (#15642)
1 parent 89dfa96 commit 802042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/generate-sbom-prep.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Param(
22
[Parameter(Mandatory=$true)][string] $ManifestDirPath # Manifest directory where sbom will be placed
33
)
44

5-
. $PSScriptRoot\pip
5+
. $PSScriptRoot\pipeline-logging-functions.ps1
66

77
# Normally - we'd listen to the manifest path given, but 1ES templates will overwrite if this level gets uploaded directly
88
# with their own overwriting ours. So we create it as a sub directory of the requested manifest path.

0 commit comments

Comments
 (0)