You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(convert): silence shellcheck SC2154 and SC2034 warnings
- Add file-level shellcheck disable for SC2154 (cross-function variables
set in main() and used in step functions)
- Remove unused output_boot_part_num variable
0 commit comments