Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2021-04-04 11:52:51 -0300
committerRafael Fontenelle <rafaelff@gnome.org>2021-04-04 11:52:51 -0300
commit5a321d6ce540d89b1464743738e43d4ac3205832 (patch)
tree4a01604049fd10010eb56b3d4a01d823499992dc /examples
parentef021698b698037388771600e4815b8e9152872d (diff)
Update repo to archlinux/archinstall
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 723eed5b..5803e13f 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -112,7 +112,7 @@ def ask_user_questions():
try:
partition.format(new_filesystem, path='/dev/null', log_formating=False, allow_formatting=True)
except archinstall.UnknownFilesystemFormat:
- archinstall.log(f"Selected filesystem is not supported yet. If you want archinstall to support '{new_filesystem}', please create a issue-ticket suggesting it on github at https://github.com/Torxed/archinstall/issues.")
+ archinstall.log(f"Selected filesystem is not supported yet. If you want archinstall to support '{new_filesystem}', please create a issue-ticket suggesting it on github at https://github.com/archlinux/archinstall/issues.")
archinstall.log(f"Until then, please enter another supported filesystem.")
continue
except archinstall.SysCallError: