Skip to content

Commit 965d978

Browse files
committed
fix an error I introduced earlier in packager plugin
1 parent 7f2fa69 commit 965d978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ struct AWSLambdaPackager: CommandPlugin {
113113
try Utils.execute(
114114
executable: dockerToolPath,
115115
arguments: ["run", "--rm", "-v", "\(packageDirectory.string):/workspace", "-w", "/workspace", baseImage, "bash", "-cl", buildCommand],
116+
logLevel: verboseLogging ? .debug : .output
116117
)
117118
let productPath = buildOutputPath.appending(product.name)
118119
guard FileManager.default.fileExists(atPath: productPath.string) else {

0 commit comments

Comments
 (0)