Fix gitolite config incrementally adding more and more new lines
This commit is contained in:
@@ -110,7 +110,7 @@ class Configuration {
|
||||
$new_config .= $line . "\n";
|
||||
}
|
||||
|
||||
file_put_contents($this->config_file, $new_config);
|
||||
file_put_contents($this->config_file, trim($new_config) . "\n");
|
||||
}
|
||||
|
||||
protected function getNonPhabtricatorUsers($configuration_value) {
|
||||
|
Reference in New Issue
Block a user