mirror of
https://github.com/derf/travelynx
synced 2025-03-04 07:07:11 +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} );
|
$self->secrets( $self->config->{secrets} );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chomp $self->app->config->{version};
|
||||||
|
|
||||||
$self->plugin(
|
$self->plugin(
|
||||||
authentication => {
|
authentication => {
|
||||||
autoload_user => 1,
|
autoload_user => 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue