mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Swap _ for - so the phase-1 upgrade doesn't 404.
This commit is contained in:
@@ -1704,7 +1704,7 @@ def verified_new_le_auto(get, tag, temp_dir):
|
||||
le_auto_dir = environ.get(
|
||||
'LE_AUTO_DIR_TEMPLATE',
|
||||
'https://raw.githubusercontent.com/letsencrypt/letsencrypt/%s/'
|
||||
'letsencrypt-auto/') % tag
|
||||
'letsencrypt_auto/') % tag
|
||||
write(get(le_auto_dir + 'letsencrypt-auto'), temp_dir, 'letsencrypt-auto')
|
||||
write(get(le_auto_dir + 'letsencrypt-auto.sig'), temp_dir, 'letsencrypt-auto.sig')
|
||||
write(PUBLIC_KEY, temp_dir, 'public_key.pem')
|
||||
|
||||
@@ -95,7 +95,7 @@ def verified_new_le_auto(get, tag, temp_dir):
|
||||
le_auto_dir = environ.get(
|
||||
'LE_AUTO_DIR_TEMPLATE',
|
||||
'https://raw.githubusercontent.com/letsencrypt/letsencrypt/%s/'
|
||||
'letsencrypt-auto/') % tag
|
||||
'letsencrypt_auto/') % tag
|
||||
write(get(le_auto_dir + 'letsencrypt-auto'), temp_dir, 'letsencrypt-auto')
|
||||
write(get(le_auto_dir + 'letsencrypt-auto.sig'), temp_dir, 'letsencrypt-auto.sig')
|
||||
write(PUBLIC_KEY, temp_dir, 'public_key.pem')
|
||||
|
||||
Reference in New Issue
Block a user