Skip to content

Commit f012aa3

Browse files
Fix PackageName typo (Azure#19648)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
1 parent f2f60f0 commit f012aa3

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)