Skip to content

Commit 20a8815

Browse files
author
Thom
committed
Fix double spaces
1 parent 4fd5fdd commit 20a8815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/letsencrypt.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function get_acme_command($domains, $key_file, $bundle_file, $cert_file,
9696
foreach($dns_variables as $dns_variable) {
9797
$dns_variables_cmd .= "export " . $dns_variable . ' ; ';
9898
}
99-
$dns = ' --dns dns_ispconfig ';
99+
$dns = '--dns dns_ispconfig';
100100
}
101101

102102
if($dns == '') {

0 commit comments

Comments
 (0)