Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Mar 27, 2024
1 parent e37ff72 commit 07179be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/windows/gha-log-check.ps1
Expand Up @@ -8,6 +8,6 @@ Write-Host "[INFO] looking for errors in '$rabbitmq_log_dir'"

If (Get-ChildItem $rabbitmq_log_dir\*.log | Select-String -Quiet -SimpleMatch -Pattern inet_error)
{
Write-Errors "[ERROR] found inet_error in '$rabbitmq_log_dir'"
Write-Error "[ERROR] found inet_error in '$rabbitmq_log_dir'"
exit 1
}

0 comments on commit 07179be

Please sign in to comment.