From b13006ce1af7b2d1f2c44d851de8d17698643c77 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Oct 2015 00:14:46 +0100 Subject: [PATCH] Change -n flag in _commit.py to --no-redirect for clarity. --- tests/integration/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index db514134d..07eca44b2 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -20,7 +20,7 @@ letsencrypt_test () { --manual-test-mode \ $store_flags \ --text \ - -r \ + --no-redirect \ --agree-dev-preview \ --agree-tos \ --email "" \