Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waltflanagan committed Nov 10, 2023
1 parent 39c9764 commit 8288fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TuistLoader/Loaders/RecursiveManifestLoader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class RecursiveManifestLoader: RecursiveManifestLoading {
}
}

let multiplatformPaths: [AbsolutePath] = try project.targets.flatMap {
let multiplatformPaths: [AbsolutePath] = try project.multiplatformTargets.flatMap {
try $0.dependencies.compactMap {
switch $0 {
case let .project(target: _, path: projectPath, _):
Expand Down

0 comments on commit 8288fe1

Please sign in to comment.