Skip to content

Commit 9ccd332

Browse files
Nir-AzCopilot
authored andcommitted
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 00fca79 commit 9ccd332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-tests/test-fw-update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def find_image_or_exit( product_name, fw_version_regex = r'(\d+\.){3}(\d+)' ):
169169
if device.is_in_recovery_mode():
170170
log.d( "recovering device ..." )
171171
try:
172-
# always flash signed fw when device on recovery befre flashing anything else
172+
# always flash signed fw when device on recovery before flashing anything else
173173
image_file = find_image_or_exit(product_name)
174174
cmd = [fw_updater_exe, '-r', '-f', image_file, '-s', serial_number]
175175
log.d( 'running:', cmd )

0 commit comments

Comments
 (0)