CS-15555 : typo

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

View File

@ -908,9 +908,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;