Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
philspokas committed Nov 22, 2023
1 parent c08b810 commit 94b1132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/display-value.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
param([string]$value = "")

if ($value) {
Write-Host "Value is $Value"
Write-Host "Value is $value"
}
else {
Write-Host "no value provided"
Expand Down

0 comments on commit 94b1132

Please sign in to comment.