Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-10-20 22:33:27 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-20 22:33:27 +0300
commitaa4641b3b0cfaa387f38b51aa28f2559bd8c2ad0 (patch)
tree67f20a19b417fa68b2cdd69ae73573c27f434536 /examples
parent9bff9c0edf0f1fa28684332c17729473aa42ebca (diff)
--agree-dev-preview
`git grep -i eula` to the rescue
Diffstat (limited to 'examples')
-rw-r--r--examples/dev-cli.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dev-cli.ini b/examples/dev-cli.ini
index 085d4bfcc..2ea5d247d 100644
--- a/examples/dev-cli.ini
+++ b/examples/dev-cli.ini
@@ -8,7 +8,7 @@ email = foo@example.com
domains = example.com
text = True
-agree-eula = True
+agree-dev-preview = True
agree-tos = True
debug = True
# Unfortunately, it's not possible to specify "verbose" multiple times