This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch big-r81-relax-message in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7269fea121f7e54c66b1d5e1df8900b5d318cdae Author: Ronny Berndt <[email protected]> AuthorDate: Mon Dec 19 14:08:16 2022 +0100 Write relax-message to standard output on Windows --- configure.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ps1 b/configure.ps1 index 54c63776e..7584630d6 100644 --- a/configure.ps1 +++ b/configure.ps1 @@ -247,4 +247,4 @@ if ( (Test-Path .git -PathType Container) -and (-not $SkipDeps) ) { Pop-Location [Environment]::CurrentDirectory = $PWD -Write-Verbose "You have configured Apache CouchDB, time to relax. Relax." +Write-Output "You have configured Apache CouchDB, time to relax. Relax."
