diff --git a/src/PVE/CephConfig.pm b/src/PVE/CephConfig.pm index 1b6e86c..845b7d2 100644 --- a/src/PVE/CephConfig.pm +++ b/src/PVE/CephConfig.pm @@ -72,7 +72,7 @@ sub write_ceph_config { $out .= "[$section]\n"; for my $key (sort keys $cfg->{$section}->%*) { - $out .= "\t $key = $cfg->{$section}->{$key}\n"; + $out .= "\t$key = $cfg->{$section}->{$key}\n"; } $out .= "\n";