mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
fix: errors
This commit is contained in:
@@ -47,7 +47,7 @@ var installCmd = &cobra.Command{
|
||||
return err
|
||||
}
|
||||
|
||||
err = driverExt.Install(args[0],
|
||||
err = driverExt.GetDriver().GetDevice().Install(args[0],
|
||||
option.WithReinstall(replace),
|
||||
option.WithDowngrade(downgrade),
|
||||
option.WithGrantPermission(grant),
|
||||
|
||||
Reference in New Issue
Block a user