Skip to content

Commit 8597ca1

Browse files
authored
Revisit scripts (#13398)
1 parent 9fdbfe8 commit 8597ca1

File tree

1 file changed

+1
-1
lines changed
  • scripts/create_spec_repo/Sources/SpecRepoBuilder

1 file changed

+1
-1
lines changed

scripts/create_spec_repo/Sources/SpecRepoBuilder/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ struct SpecRepoBuilder: ParsableCommand {
238238
if depPrefix.hasSuffix(Constants.specDependencyLabel) {
239239
// e.g. In Firebase.podspec, Firebase/Core will not be considered a
240240
// dependency.
241-
// "ss.dependency 'Firebase/Core'" will be splitted in
241+
// "ss.dependency 'Firebase/Core'" will be split in
242242
// ["ss.dependency", "'Firebase", "Core'"]
243243
let podNameRaw = String(tokens[1]).replacingOccurrences(of: "'", with: "")
244244
// In the example above, deps here will not include Firebase since

0 commit comments

Comments
 (0)