Skip to content

Commit

Permalink
Write relax-message to standard output on Windows (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-r81 committed Dec 20, 2022
1 parent b5da5b6 commit 783c54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 783c54e

Please sign in to comment.