Skip to content

Commit 4b23bb6

Browse files
tomerdyim-lee
andcommitted
Update Plugins/AWSLambdaPackager/Plugin.swift
Co-authored-by: Yim Lee <[email protected]>
1 parent 5c035d2 commit 4b23bb6

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
@@ -176,7 +176,7 @@ struct AWSLambdaPackager: CommandPlugin {
176176
#if os(macOS) || os(Linux)
177177
let arguments = ["--junk-paths", "--symlinks", zipfilePath.string, relocatedArtifactPath.string, symbolicLinkPath.string]
178178
#else
179-
throw Error.unsupportedPlatform("can't or don't know how to create a zipfile on this platform")
179+
throw Error.unsupportedPlatform("can't or don't know how to create a zip file on this platform")
180180
#endif
181181

182182
// run the zip tool

0 commit comments

Comments
 (0)