Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdotaskies committed Aug 27, 2024
1 parent 59c9432 commit 28bee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k3s-worker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Write-Log {
)
$timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
if ($level -eq "ERR") {
Write-Err "$timestamp [$level] $message"
Write-Error "$timestamp [$level] $message"
}else{
Write-Output "$timestamp [$level] $message"
}
Expand Down

0 comments on commit 28bee87

Please sign in to comment.