Skip to content

Commit 2a97d34

Browse files
committed
forgot to remove a change from previous design
1 parent 9031b6a commit 2a97d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ private struct Configuration: CustomStringConvertible {
254254
self.products = products
255255

256256
} else {
257-
self.products = context.package.products.filter { $0 is ExecutableProduct && $0.name != "Deploy" }
257+
self.products = context.package.products.filter { $0 is ExecutableProduct }
258258
}
259259

260260
if let buildConfigurationName = configurationArgument.first {

0 commit comments

Comments
 (0)