Skip to content

Commit

Permalink
Fix PackageName typo (Azure#19648)
Browse files Browse the repository at this point in the history
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
  • Loading branch information
azure-sdk and chidozieononiwu authored Mar 5, 2021
1 parent f2f60f0 commit f012aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/SetTestPipelineVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[Parameter(mandatory = $true)]
$BuildID,
[Parameter(mandatory = $true)]
$PackagName,
$PackageName,
[Parameter(mandatory = $true)]
$ServiceDirectory
)
Expand Down

0 comments on commit f012aa3

Please sign in to comment.