config: fix toml move-to-workspace action
This commit is contained in:
parent
c921e2400e
commit
2a517f437a
3 changed files with 6 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ impl ActionParser<'_> {
|
|||
|
||||
fn parse_move_to_workspace(&mut self, ext: &mut Extractor<'_>) -> ParseResult<Self> {
|
||||
let name = ext.extract(str("name"))?.value.to_string();
|
||||
Ok(Action::ShowWorkspace { name })
|
||||
Ok(Action::MoveToWorkspace { name })
|
||||
}
|
||||
|
||||
fn parse_configure_connector(&mut self, ext: &mut Extractor<'_>) -> ParseResult<Self> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue