This commit is contained in:
Derf Null 2023-06-29 21:54:51 +02:00
parent a73e2edc86
commit a5bdf28f4c
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -72,7 +72,7 @@ sub startup {
}
chomp $self->config->{version};
$self->defaults(version => $self->config->{version} // 'UNKNOWN');
$self->defaults( version => $self->config->{version} // 'UNKNOWN' );
$self->plugin(
authentication => {