Browse Source

[Release Tooling] Add SpecsStaging to `pod spec lint` sources (#12041)

Andrew Heard 2 years ago
parent
commit
fa7ca725a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ReleaseTooling/Sources/PodspecsTester/main.swift

+ 1 - 1
ReleaseTooling/Sources/PodspecsTester/main.swift

@@ -63,7 +63,7 @@ struct PodspecsTester: ParsableCommand {
       }
     }.joined(separator: " ")
     let command =
-      "pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://cdn.cocoapods.org/"
+      "pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/"
     print(command)
     let result = Shell.executeCommandFromScript(
       command,