File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Plugins/AWSLambdaPackager Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ struct AWSLambdaPackager: CommandPlugin {
128128 print ( " building \" \( product. name) \" " )
129129 let buildCommand =
130130 " swift build -c \( buildConfiguration. rawValue) --product \( product. name) --static-swift-stdlib "
131- if let localPath = ProcessInfo . processInfo. environment [ " LAMBDA_USE_LOCAL_DEPS " ] {
131+ if let localPath = ProcessInfo . processInfo. environment [ " LAMBDA_USE_LOCAL_DEPS " ] {
132132 // when developing locally, we must have the full swift-aws-lambda-runtime project in the container
133133 // because Examples' Package.swift have a dependency on ../..
134134 // just like Package.swift's examples assume ../.., we assume we are two levels below the root project
You can’t perform that action at this time.
0 commit comments