Skip to content

Commit

Permalink
Set-SecretField - format warning output
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Jun 23, 2021
1 parent ced9e00 commit 0df9c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/secrets/Set-SecretField.ps1
Expand Up @@ -186,7 +186,7 @@ function Set-SecretField {
try {
$fieldResponse = . $InvokeApi @invokeParams
} catch {
Write-Warning "Issue setting field $Slug on secret [$secret]"
Write-Warning "Issue setting field [$Slug] on secret [$secret]"
$err = $_
. $ErrorHandling $err
}
Expand Down

0 comments on commit 0df9c42

Please sign in to comment.