changed another message

This commit is contained in:
jad2121 2024-02-21 06:25:21 -05:00
parent 983084e4f0
commit 31ab369e2f

View File

@ -70,7 +70,6 @@ def main():
if args.update: if args.update:
Update() Update()
Alias() Alias()
print("Your Patterns have been updated.")
sys.exit() sys.exit()
if args.context: if args.context:
if not os.path.exists(os.path.join(config, "context.md")): if not os.path.exists(os.path.join(config, "context.md")):