Skip to content

Commit

Permalink
[Release Tooling] Add SpecsStaging to pod spec lint sources (#12041)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Nov 2, 2023
1 parent dd3fea8 commit fa7ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseTooling/Sources/PodspecsTester/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa7ca72

Please sign in to comment.