This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 783c54e3a Write relax-message to standard output on Windows (#4317)
783c54e3a is described below

commit 783c54e3a8e8e0e16e21afa56fdd25eb81ea85fb
Author: Ronny Berndt <[email protected]>
AuthorDate: Tue Dec 20 10:23:36 2022 +0100

    Write relax-message to standard output on Windows (#4317)
---
 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."

Reply via email to