summaryrefslogtreecommitdiffstats
path: root/vmchooser/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/main.cxx')
-rw-r--r--vmchooser/main.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx
index de9792d..b5edaf2 100644
--- a/vmchooser/main.cxx
+++ b/vmchooser/main.cxx
@@ -66,10 +66,10 @@ int main(int argc, char** argv) {
/** SLX GROUP */
if(opt->getValue('g')!=NULL) {
- xmlpath = opt->getValue('g');
+ slxgroup = opt->getValue('g');
}
if(opt->getValue("group")!= NULL) {
- xmlpath = opt->getValue("group");
+ slxgroup = opt->getValue("group");
}
if (slxgroup == NULL) {
slxgroup = "default";