Skip to content

Commit

Permalink
chore: Update from twpayne/chezmoi@694977b
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 26, 2023
1 parent 780c8b3 commit 6f4fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function log {
[string] $Message
)

if ([int]$LogLevel -ge [int]$MesageLevel) {
if ([int]$LogLevel -ge [int]$MessageLevel) {
Write-Host $Message
}
}
Expand Down

0 comments on commit 6f4fcec

Please sign in to comment.