diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2022-10-04 19:48:03 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2022-10-04 19:48:03 +0200 |
commit | ea44b7a8515b6c2c989b2aafc1a89dc9c4473909 (patch) | |
tree | 5c76b4999df8e968aaea8a43eb9ad9f9adc67d05 | |
parent | a768f4c994c371e21503daea696fec22789c904a (diff) |
reaktor2: add opening hours to krebsfood
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index a570e1e9d..b035ab81c 100644 --- a/krebs/2configs/reaktor2.nix +++ b/krebs/2configs/reaktor2.nix @@ -111,7 +111,7 @@ let .elements | length as $length | .[$random % $length] - | "How about \(.tags.name) (https://www.openstreetmap.org/\(.type)/\(.id))?" + | "How about \(.tags.name) (https://www.openstreetmap.org/\(.type)/\(.id)), open \(.tags.opening_hours)?" ' ''; }; |