mirror of https://github.com/apache/cloudstack.git
CS-15616 : typo fix
This commit is contained in:
parent
f89e2be407
commit
f238ff9ff2
|
|
@ -519,7 +519,7 @@ public class VirtualRoutingResource implements Manager {
|
|||
}
|
||||
|
||||
protected String getDomRVersion(String routerIP) {
|
||||
return routerProxy("netusage.sh", routerIP, null);
|
||||
return routerProxy("getDomRVersion.sh", routerIP, null);
|
||||
}
|
||||
|
||||
protected Answer execute(GetDomRVersionCmd cmd) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue