From 9741f78afe4bea11cd44a2c69d68402542dfdb5a Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 11 Jan 2018 13:22:00 -0800 Subject: [PATCH] try better cli --- certbot-nginx/tests/boulder-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-nginx/tests/boulder-integration.sh b/certbot-nginx/tests/boulder-integration.sh index e0e2c1dae..b5a698bb3 100755 --- a/certbot-nginx/tests/boulder-integration.sh +++ b/certbot-nginx/tests/boulder-integration.sh @@ -33,7 +33,7 @@ test_deployment_and_rollback() { certbot_test_nginx --domains nginx.wtf run test_deployment_and_rollback -certbot_test_nginx --force-renewal --preferred-challenges http +certbot_test_nginx --domains nginx.wtf --force-renewal --preferred-challenges http test_deployment_and_rollback # note: not reached if anything above fails, hence "killall" at the