Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e615d022 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Floss: Fix broken `list` command" am: e246e977

parents 7a3c493d e246e977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1130,7 +1130,7 @@ impl CommandHandler {
            return Err(self.adapter_not_ready());
        }

        let command = get_arg(args, 1)?;
        let command = get_arg(args, 0)?;

        match &command[..] {
            "bonded" => {