Skip to content

Commit 654d9e0

Browse files
paulb777schmidt-sebastian
authored andcommitted
Fix typo on publish command (#6831)
1 parent 072b3f5 commit 654d9e0

File tree

1 file changed

+1
-1
lines changed
  • ReleaseTooling/Sources/FirebaseManifest

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/FirebaseManifest/Pod.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public struct Pod {
5252
/// Closed source pods do not validate on Xcode 12 until they support the ARM simulator slice.
5353
public func skipImportValidation() -> String {
5454
if isClosedSource || name == "Firebase" {
55-
return "-skip-import-validation"
55+
return "--skip-import-validation"
5656
} else {
5757
return ""
5858
}

0 commit comments

Comments
 (0)