Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Oct 9, 2020
1 parent 6a95cea commit 1780716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action/Issue.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function Initialize-Issue {
try {
$null, $manifest_loaded = Get-Manifest $problematicName
} catch {
Add-Comment -ID $id -Message "The pecified manifest ``$problematicName`` does not exist in this bucket. Make sure you opened the issue in the correct bucket."
Add-Comment -ID $id -Message "The specified manifest ``$problematicName`` does not exist in this bucket. Make sure you opened the issue in the correct bucket."
Add-Label -Id $id -Label 'invalid'
Remove-Label -Id $id -Label 'verify'
Close-Issue -ID $id
Expand Down

0 comments on commit 1780716

Please sign in to comment.