summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2022-12-20 10:23:36 +0100
committerGitHub <noreply@github.com>2022-12-20 10:23:36 +0100
commit783c54e3a8e8e0e16e21afa56fdd25eb81ea85fb (patch)
tree62cb59bd4e321f1bde7419d0828ba2ce5597000e
parentb5da5b66b8e2b2f0fe86ca142f1c45a63b5f9e0f (diff)
downloadcouchdb-783c54e3a8e8e0e16e21afa56fdd25eb81ea85fb.tar.gz
Write relax-message to standard output on Windows (#4317)
-rw-r--r--configure.ps12
1 files changed, 1 insertions, 1 deletions
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."