From 7e312bb95fb2464ddc157797085d3f5912dd94ce Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 8 Nov 2023 20:25:24 +1000 Subject: [PATCH] four args now --- allianceauth/bin/allianceauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/bin/allianceauth.py b/allianceauth/bin/allianceauth.py index 0ab75d8b..20cfb53d 100644 --- a/allianceauth/bin/allianceauth.py +++ b/allianceauth/bin/allianceauth.py @@ -19,7 +19,7 @@ def create_project(parser, options, args): # Validate args if len(args) < 2: parser.error("Please specify a name for your Alliance Auth installation.") - elif len(args) > 3: + elif len(args) > 4: parser.error("Too many arguments.") # First find the path to Alliance Auth