Skip to content

Commit 601f48c

Browse files
Fix PackageName typo (Azure#14122)
Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent a602af2 commit 601f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/SetTestPipelineVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param (
44
[Parameter(mandatory = $true)]
55
$BuildID,
66
[Parameter(mandatory = $true)]
7-
$PackagName,
7+
$PackageName,
88
[Parameter(mandatory = $true)]
99
$ServiceDirectory
1010
)

0 commit comments

Comments
 (0)