diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-25 18:22:55 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-25 18:22:55 +0100 |
commit | 84e03a5b03c59b295a07c1a13274d73ed05ff529 (patch) | |
tree | 8b908b388362409acaf63a303c9cc954e42e8a6d /bin | |
parent | 8c18421e76e567fcf7d372dd096f046ae5f370c3 (diff) |
hafas-m: Change default backend to ÖBB
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas-m | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |