From add3699c9e9f8c7b8a3ed7d4b5f57d81d74de560 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 3 Feb 2024 14:11:50 -0800 Subject: [PATCH] Updated patterns update message. --- client/fabric | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/fabric b/client/fabric index e639468..57e1b93 100755 --- a/client/fabric +++ b/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: