command_parser: fix typo

master
hartytp 2019-09-13 11:12:53 +01:00 committato da TPH
parent b118ad0cec
commit 34f09030e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -108,7 +108,7 @@ impl Command {
)),
Disable => Ok(Command::Channel(
channel as u8,
ChannelCommand::Enable
ChannelCommand::Disable
)),
]
}