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 {
128
128
print ( " building \" \( product. name) \" " )
129
129
let buildCommand =
130
130
" 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 " ] {
132
132
// when developing locally, we must have the full swift-aws-lambda-runtime project in the container
133
133
// because Examples' Package.swift have a dependency on ../..
134
134
// 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