From 07e0e08295e3dc394a0bac380a5b14d3f72d5925 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 16 May 2016 13:26:17 -0500 Subject: [PATCH] change --- tools/configMgt/autoInstaller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configMgt/autoInstaller.cpp b/tools/configMgt/autoInstaller.cpp index 7632c1ecb..a653f4d2f 100644 --- a/tools/configMgt/autoInstaller.cpp +++ b/tools/configMgt/autoInstaller.cpp @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) int forceVer = -1; - Config* sysConfig = Config::makeConfig("./systems" + installLocation + "Systems.xml"); + Config* sysConfig = Config::makeConfig("./systems/CalpontSystems.xml"); //gethostname to determine where to get the packages string SHARED = "//srvhill01/shared";