diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-17 20:58:47 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-17 20:58:47 +0100 |
commit | 5e29b99d617b55275221ae9cd6370eff4c19bd3b (patch) | |
tree | 60c3b431604bea526ad7858c79759fbbea4c26c2 /lib/Travelynx.pm | |
parent | 5b7086bcd96e06113410e9559e92d62a061e12de (diff) |
remove superfluous ->app call
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-x | lib/Travelynx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 281a9a0..1bb7130 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -93,7 +93,7 @@ sub startup { $self->secrets( $self->config->{secrets} ); } - chomp $self->app->config->{version}; + chomp $self->config->{version}; $self->plugin( authentication => { |