diff options
author | Joan Touzet <wohali@apache.org> | 2016-09-07 07:07:39 -0400 |
---|---|---|
committer | Joan Touzet <wohali@apache.org> | 2016-09-07 07:08:01 -0400 |
commit | d3748ddf69001c0fa1ae9073f093454402da0c55 (patch) | |
tree | 60a4933b10c54025f299c9c074983659bc684ced | |
parent | 5859127abf0a5695320b795eb0f0458d5b71301c (diff) | |
download | couchdb-d3748ddf69001c0fa1ae9073f093454402da0c55.tar.gz |
Add friendly message to end of configure.ps1
-rw-r--r-- | configure.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ps1 b/configure.ps1 index b9ed80587..ee8638c70 100644 --- a/configure.ps1 +++ b/configure.ps1 @@ -200,3 +200,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." |