mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Display the fully qualified path to the updated file regardless.
This commit is contained in:
@@ -327,7 +327,8 @@ def main():
|
||||
|
||||
print_success(
|
||||
"Success! The hosts file has been saved in folder "
|
||||
+ (outputsubfolder if outputsubfolder else "./")
|
||||
+ "./"
|
||||
+ outputsubfolder
|
||||
+ "\nIt contains "
|
||||
+ "{:,}".format(numberofrules)
|
||||
+ " unique entries."
|
||||
|
||||
Reference in New Issue
Block a user