From 9f7b0433856ba522109960e541d05ab812e4e54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Wed, 13 Nov 2024 15:34:30 +0100 Subject: [PATCH] change plugin invocation name for consistency --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ff9475ed..624d37bb 100644 --- a/Package.swift +++ b/Package.swift @@ -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." ),