mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Currently if you use -m and -i chromiumos_test_image.bin, you get an error saying that -i and --from=<block_device> are incompatible. -m changes --from to the most recent folder but does this after the check so this is broken. This change re-orders the calls to fix this bug. BUG=None TEST=Ran it with args that were broken. Change-Id: I367a74f7b77f127b6ad8eeeb92ab72ae00e5235e Reviewed-on: https://gerrit.chromium.org/gerrit/17760 Commit-Ready: Chris Sosa <sosa@chromium.org> Reviewed-by: Chris Sosa <sosa@chromium.org> Tested-by: Chris Sosa <sosa@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%