Skip to content

Commit

Permalink
fix(CocoaPods): Added Sub Dependency Tracking for CocoaPods
Browse files Browse the repository at this point in the history
Signed-off-by: ksg97031 <[email protected]>
  • Loading branch information
ksg97031 committed Sep 21, 2023
1 parent d59b84f commit d7b3081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class CocoaPods(

val podspecCommand = runCatching {
run(
"spec", "which", "^$podspecName$",
"spec", "which", "$podspecName",

Check warning on line 197 in plugins/package-managers/cocoapods/src/main/kotlin/CocoaPods.kt

View workflow job for this annotation

GitHub Actions / qodana-scan

Redundant string template

Redundant string template
"--version=${id.version}",
"--allow-root",
"--regex",
Expand Down

0 comments on commit d7b3081

Please sign in to comment.