From 53f5d22d5e90e6085124b93a2dc342d8557deb39 Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 7 Feb 2023 12:37:26 +0800 Subject: [PATCH] Query typo fix. This would be a stationery shop, with an "e", not an "a." --- assets/layers/shops/shops.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/layers/shops/shops.json b/assets/layers/shops/shops.json index 03406dba6f..4796f713b9 100644 --- a/assets/layers/shops/shops.json +++ b/assets/layers/shops/shops.json @@ -140,7 +140,7 @@ "condition": { "or": [ "shop~.*copyshop.*", - "shop~.*stationary.*", + "shop~.*stationery.*", "service:print=yes" ] }, @@ -411,4 +411,4 @@ "accepts_cards", "has_organic" ] -} \ No newline at end of file +}