From 84e03a5b03c59b295a07c1a13274d73ed05ff529 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 25 Mar 2025 18:22:55 +0100 Subject: hafas-m: Change default backend to ÖBB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/hafas-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hafas-m b/bin/hafas-m index 62ddb62..d98c093 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -82,7 +82,7 @@ if ($list_services) { exit 0; } -$service //= 'VRN'; +$service //= 'ÖBB'; if ($use_cache) { my $cache_path = ( $ENV{XDG_CACHE_HOME} // "$ENV{HOME}/.cache" ) -- cgit v1.2.3