Skip to content

Commit 26f7486

Browse files
committed
always swap
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 5d4f440 commit 26f7486

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • framework_lib/src/commandline

framework_lib/src/commandline/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,9 @@ pub fn run_with_args(args: &Cli, _allupdate: bool) -> i32 {
734734
enable_page_break();
735735
}
736736

737+
print_err(ec.remap_mac());
738+
return 0;
739+
737740
if args.help {
738741
// Only print with uefi feature here because without clap will already
739742
// have printed the help by itself.

0 commit comments

Comments
 (0)