mirror of
https://github.com/derf/travelynx
synced 2024-12-04 02:09:09 +00:00
Strip newline from version string
This commit is contained in:
parent
e2bfe76528
commit
6fde013585
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ sub startup {
|
|||
$self->secrets( $self->config->{secrets} );
|
||||
}
|
||||
|
||||
chomp $self->app->config->{version};
|
||||
|
||||
$self->plugin(
|
||||
authentication => {
|
||||
autoload_user => 1,
|
||||
|
|
Loading…
Reference in a new issue