File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -814,10 +814,10 @@ const internalCertificate = {
814
814
) +
815
815
( le_staging ? ' --staging' : '' ) ;
816
816
817
- // Prepend the path to the credentials file as an environment variable
818
- if ( certificate . meta . dns_provider === 'route53' ) {
819
- main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd
820
- }
817
+ // Prepend the path to the credentials file as an environment variable
818
+ if ( certificate . meta . dns_provider === 'route53' ) {
819
+ main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd ;
820
+ }
821
821
822
822
const teardown_cmd = `rm '${ credentials_loc } '` ;
823
823
@@ -934,7 +934,7 @@ const internalCertificate = {
934
934
935
935
// Prepend the path to the credentials file as an environment variable
936
936
if ( certificate . meta . dns_provider === 'route53' ) {
937
- main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd
937
+ main_cmd = 'AWS_CONFIG_FILE=\'' + credentials_loc + '\' ' + main_cmd ;
938
938
}
939
939
940
940
const teardown_cmd = `rm '${ credentials_loc } '` ;
You can’t perform that action at this time.
0 commit comments