Skip to content

Commit aba5a3a

Browse files
authored
Merge pull request #14 from endlessm/T33924-fix-typo
T33924 fix typo
2 parents f9f0f81 + dd92f87 commit aba5a3a

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def parse_args_and_make_package(args=None):
890890
default='google-services.json',
891891
help='Path to google-services.json file')
892892
ap.add_argument('--enable-crashlytics-native-symbol-upload', dest='enable_crashlytics_native_symbol_upload',
893-
action='store-true',
893+
action='store_true',
894894
help='Enable processing and uploading of native symbols to Firebase servers.')
895895

896896
# Put together arguments, and add those from .p4a config file:

0 commit comments

Comments
 (0)