CS-15555 : typo

This commit is contained in:
anthony 2012-07-24 13:22:37 -07:00
parent d88f8abed4
commit 195cb3fa31
1 changed files with 2 additions and 2 deletions

View File

@ -890,9 +890,9 @@ public class VirtualRoutingResource implements Manager {
throw new ConfigurationException("Unable to find bumpUpPriority.sh");
}
_routerProxyPath = findScript("routerProxy.sh");
_routerProxyPath = findScript("router_proxy.sh");
if (_routerProxyPath == null) {
throw new ConfigurationException("Unable to find routerProxy.sh");
throw new ConfigurationException("Unable to find router_proxy.sh");
}
return true;