Browse Source

Updated patterns update message.

pull/33/head
Daniel Miessler 1 year ago
parent
commit
add3699c9e
  1. 2
      client/fabric

2
client/fabric

@ -58,7 +58,7 @@ if __name__ == "__main__":
sys.exit()
if args.update:
Update()
print("patterns updated:")
print("Your Patterns have been updated.")
sys.exit()
standalone = Standalone(args, args.pattern)
if args.list:

Loading…
Cancel
Save