From 404820ca52b12e9b027421a7326ba5a186af343d Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 10 Dec 2018 18:20:23 +0100 Subject: [PATCH] chg: dev: compatibility with new api for letsencrypt values. --- bin/check-compose-ovh-credentials | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check-compose-ovh-credentials b/bin/check-compose-ovh-credentials index 56f2fa4..8dc1988 100755 --- a/bin/check-compose-ovh-credentials +++ b/bin/check-compose-ovh-credentials @@ -27,7 +27,7 @@ def main(argv): sys.stderr.write("Error: provide a YAML compose file as first argument.\n") exit(1) - ovh_cfg = yml["letsencrypt"]["options"]["ovh"] + ovh_cfg = yml["letsencrypt"]["options"]["env"]["ovh"] client = ovh.Client( endpoint=ovh_cfg["entrypoint"], application_key=ovh_cfg["application"]["key"],