Browse Source

ios: fix typo in Fastlane file

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
676e943d81
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/fastlane/Fastfile

+ 1
- 1
ios/fastlane/Fastfile View File

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

Loading…
Cancel
Save