Skip to content

Commit

Permalink
Fix build from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Dec 10, 2024
1 parent 237aa22 commit f281148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/PDCPlugin/PDCPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct ModuleBuildRequest {
}) != nil
}) != nil
})?.sourceModules.first {
print("Found product named \(productModule.name).")
print("Found product named \(searchedModule.name).")
return searchedModule
}

Expand Down

0 comments on commit f281148

Please sign in to comment.