Skip to content

Commit 9f7b043

Browse files
committed
change plugin invocation name for consistency
1 parent 405906f commit 9f7b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let package = Package(
6868
name: "AWSLambdaPackager",
6969
capability: .command(
7070
intent: .custom(
71-
verb: "archive",
71+
verb: "lambda-build",
7272
description:
7373
"Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
7474
),

0 commit comments

Comments
 (0)