command_parser: fix typo

master
hartytp 2019-09-13 11:12:53 +01:00 提交者 TPH
父節點 b118ad0cec
當前提交 34f09030e5
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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