Move fvm to packages in common
This commit is contained in:
parent
3c390e5396
commit
bb6d50d76c
7 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@ pub fn start() {
|
|||
let opt = Opt::from_args();
|
||||
for tool in &opt.tools {
|
||||
let result = match tool {
|
||||
Tool::Fvm => super::common::fvm::install()
|
||||
Tool::Fvm => super::common::packages::fvm::install()
|
||||
};
|
||||
|
||||
if let Err(err) = result {
|
||||
|
|
Reference in a new issue