Skip to content

Commit

Permalink
removing un from write-debugmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxgoose committed Jul 8, 2018
1 parent 6445874 commit f6fa0ad
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 355 deletions.
2 changes: 1 addition & 1 deletion JiraPS/Public/Get-JiraIssue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Get-JiraIssue {
}

process {
Write-DebugMessage "[$($MyInvocation.MyCommand.Namune)] ParameterSetName: $($PsCmdlet.ParameterSetName)"
Write-DebugMessage "[$($MyInvocation.MyCommand.Name)] ParameterSetName: $($PsCmdlet.ParameterSetName)"
Write-DebugMessage "[$($MyInvocation.MyCommand.Name)] PSBoundParameters: $($PSBoundParameters | Out-String)"

switch ($PSCmdlet.ParameterSetName) {
Expand Down
Loading

0 comments on commit f6fa0ad

Please sign in to comment.