Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-04 18:33:17 +0000
committerGitHub <noreply@github.com>2021-04-04 18:33:17 +0000
commit45e61dd83e001a1a8d5d72531a8b3b23e9747525 (patch)
tree821c37cc4ca53214868a6e36f2e978608d1a7867 /examples/guided.py
parentb02c9991911887620d4c4e84b65ac6d0c9a97b16 (diff)
parentf8fc542fd7cb35b68d8ab4760cf53f6d45654834 (diff)
Merge pull request #165 from rffontenelle/fix-repo-url
Update repo to archlinux/archinstall
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 246a386c..2e553c4d 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: