ci: fix format specifier typo in wiki script (MR 5038)

This commit is contained in:
Vitaliy Ognev 2024-04-16 09:05:05 +03:00
parent 583ab0a2fe
commit 5cef8d31ca
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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:")