Support yadm (fix #464) (#470)

This commit is contained in:
Roey Darwish Dror
2020-07-11 08:00:35 +03:00
committed by GitHub
parent 25b6b97d38
commit e8851af90c
3 changed files with 10 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ pub enum Step {
Pkg,
Powershell,
CustomCommands,
Yadm,
}
#[derive(Deserialize, Default, Debug)]