Skip to content

Commit

Permalink
[doc] add 'path: Source' to the quick setup guide (#440)
Browse files Browse the repository at this point in the history
Fix the `Package.Swift` in the quick setup doc file
This is a follow up and a miss from
#439
  • Loading branch information
sebsto authored Dec 22, 2024
1 parent e5404c9 commit 5ec9a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let package = Package(
dependencies: [
.product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime"),
],
path: "."
path: "Sources"
),
]
)
Expand Down

0 comments on commit 5ec9a90

Please sign in to comment.