Skip to content

Commit fa7ca72

Browse files
authored
[Release Tooling] Add SpecsStaging to pod spec lint sources (#12041)
1 parent dd3fea8 commit fa7ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/PodspecsTester/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct PodspecsTester: ParsableCommand {
6363
}
6464
}.joined(separator: " ")
6565
let command =
66-
"pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://cdn.cocoapods.org/"
66+
"pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/"
6767
print(command)
6868
let result = Shell.executeCommandFromScript(
6969
command,

0 commit comments

Comments
 (0)