Skip to content

Commit 04fab40

Browse files
authored
Fix typo in variable initialization (PowerShell#468)
1 parent 52ac213 commit 04fab40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createManifest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $first = $true
3030
$manifestList = @()
3131
foreach($tag in $TagList)
3232
{
33-
$ammend = ""
33+
$amend = ""
3434
if (!$first) {
3535
$amend = '--amend'
3636
}

0 commit comments

Comments
 (0)