mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-11 17:44:28 +05:00
fix(typo): Successfull > Successful
Co-authored-by: dw-0 <th33xitus@gmail.com> Co-authored-by: dw-0 <domwil1091+github@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8330f90b56
commit
4978f22101
@@ -165,7 +165,7 @@ def start_flash_process(flash_options: FlashOptions) -> None:
|
||||
if rc != 0:
|
||||
raise Exception(f"Flashing failed with returncode: {rc}")
|
||||
else:
|
||||
Logger.print_ok("Flashing successfull!", start="\n", end="\n\n")
|
||||
Logger.print_ok("Flashing successful!", start="\n", end="\n\n")
|
||||
|
||||
except (Exception, CalledProcessError):
|
||||
Logger.print_error("Flashing failed!", start="\n")
|
||||
|
||||
Reference in New Issue
Block a user