change plugin invocation name for consistency

This commit is contained in:
Sébastien Stormacq
2024-11-13 15:34:30 +01:00
parent 405906f52e
commit 9f7b043385
+1 -1
View File
@@ -68,7 +68,7 @@ let package = Package(
name: "AWSLambdaPackager",
capability: .command(
intent: .custom(
verb: "archive",
verb: "lambda-build",
description:
"Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
),