update input text

This commit is contained in:
Kendall Whitman
2026-04-27 15:22:58 -05:00
parent 9150696ab7
commit 8724f66761
+1 -1
View File
@@ -4,7 +4,7 @@ from pathlib import Path
def sym_link_dir(): def sym_link_dir():
confirm_link = input("Do you want to link home directories to external storage? (Y/n): ") confirm_link = input("Link home directories to external storage? (Y/n): ")
if confirm_link.lower() not in ("y", "yes", ""): if confirm_link.lower() not in ("y", "yes", ""):
return return