Procházet zdrojové kódy

ios: fix typo in Fastlane file

master
Saúl Ibarra Corretgé před 6 roky
rodič
revize
676e943d81
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      ios/fastlane/Fastfile

+ 1
- 1
ios/fastlane/Fastfile Zobrazit soubor

@@ -72,7 +72,7 @@ platform :ios do
72 72
       changelog: ENV["JITSI_CHANGELOG"],
73 73
       demo_account_required: false,
74 74
       distribute_external: true,
75
-      reject_build_waiting_for_review: true
75
+      reject_build_waiting_for_review: true,
76 76
       uses_non_exempt_encryption: false
77 77
     )
78 78
 

Načítá se…
Zrušit
Uložit