ci: fix format specifier typo in wiki script (MR 5038)
This commit is contained in:
parent
583ab0a2fe
commit
5cef8d31ca
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def main():
|
||||||
# Ask to adjust the wiki
|
# Ask to adjust the wiki
|
||||||
if error:
|
if error:
|
||||||
print("*** Wiki check failed!")
|
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("")
|
||||||
print("Now it's time to add some documentation:")
|
print("Now it's time to add some documentation:")
|
||||||
print("1) Create a device specific wiki page as described here:")
|
print("1) Create a device specific wiki page as described here:")
|
||||||
|
|
Loading…
Reference in a new issue