From 5cef8d31ca869fb75afcedcf279f53e88e60cdd2 Mon Sep 17 00:00:00 2001 From: Vitaliy Ognev Date: Tue, 16 Apr 2024 09:05:05 +0300 Subject: [PATCH] ci: fix format specifier typo in wiki script (MR 5038) --- .ci/lib/check_devices_in_wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/lib/check_devices_in_wiki.py b/.ci/lib/check_devices_in_wiki.py index d0d100eeb..c0085c585 100755 --- a/.ci/lib/check_devices_in_wiki.py +++ b/.ci/lib/check_devices_in_wiki.py @@ -106,7 +106,7 @@ def main(): # Ask to adjust the wiki if error: print("*** Wiki check failed!") - print("Thank you for porting postmarketOS to a new device! \o/") + print("Thank you for porting postmarketOS to a new device! \\o/") print("") print("Now it's time to add some documentation:") print("1) Create a device specific wiki page as described here:")