Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 318a464a authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Fix small typo in ota script options

"enable_zucchin" was used instead of "enable_zucchini"

Test: th
Change-Id: Iaccb07bc6913a28c021fe84d3faeb59504ea1fbb
parent 84b3a286
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1475,7 +1475,7 @@ def main(argv):
                                 "enable_vabc_xor=",
                                 "force_minor_version=",
                                 "compressor_types=",
                                 "enable_zucchin=",
                                 "enable_zucchini=",
                                 "enable_lz4diff=",
                                 "vabc_compression_param=",
                             ], extra_option_handler=option_handler)