Skip to content

Commit

Permalink
Updated Set-Variables.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
codaamok committed Jun 12, 2020
1 parent 4e15ef7 commit 78be068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptsToProcess/Set-Variables.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ enum SMS_PackageStatusDistPointsSummarizer_PackageType {
}

enum SMS_PackageStatusDistPointsSummarizer_State {
DISTRIBUTION_FAILED
DISTRIBUTED
DISTRIBUTION_PENDING = 1
DISTRIBUTION_RETRYING = 2
DISTRIBUTION_FAILED = 3
Expand Down

0 comments on commit 78be068

Please sign in to comment.