command_parser: fix typo

master
hartytp 2019-09-13 11:12:53 +01:00 committed by TPH
부모 b118ad0cec
커밋 34f09030e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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