diff options
author | Joan Touzet <joant@atypical.net> | 2018-01-26 13:16:32 -0500 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2018-01-26 14:15:44 -0500 |
commit | 380ae691d73b7a039fa0e14e2f74029a41f37289 (patch) | |
tree | 8a336d8a56954a09186eef9d473a9d96d36b42fb | |
parent | 52e7cbe659c1125bea52f1ebd025bf092ed391aa (diff) | |
download | couchdb-380ae691d73b7a039fa0e14e2f74029a41f37289.tar.gz |
Remove 'smartquote' from default.ini, broke the build
-rw-r--r-- | rel/overlay/etc/default.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 7e429f624..9d6d30d07 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -92,7 +92,7 @@ delete_dbs = false ; cluster / q ;q = 1 ; prefix for user databases. If you change this after user dbs have been -; created, the existing databases won’t get deleted if the associated user +; created, the existing databases won't get deleted if the associated user ; gets deleted because of the then prefix mismatch. database_prefix = userdb- |