Skip to content
Snippets Groups Projects

Replace gitlab.com with gitlab.postmarketos.org

Merged Luca Weiss requested to merge gitlab-migration2 into master
+ 3
1
@@ -141,7 +141,9 @@ def main() -> int:
print_log_hint()
print()
print("Before you report this error, ensure that pmbootstrap is " "up to date.")
print("Find the latest version here:" " https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags")
print(
"Find the latest version here: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags"
)
print(f"Your version: {__version__}")
return 1
Loading