Tidy


git-svn-id: https://svn.apache.org/repos/asf/geronimo/gshell/trunk@726407 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gshell-bootstrap/src/main/java/org/apache/geronimo/gshell/bootstrap/ConfigurationImpl.java b/gshell-bootstrap/src/main/java/org/apache/geronimo/gshell/bootstrap/ConfigurationImpl.java
index bcd403f..e6678f2 100644
--- a/gshell-bootstrap/src/main/java/org/apache/geronimo/gshell/bootstrap/ConfigurationImpl.java
+++ b/gshell-bootstrap/src/main/java/org/apache/geronimo/gshell/bootstrap/ConfigurationImpl.java
@@ -210,7 +210,7 @@
         });
 
         if (files == null) {
-            throw new Error("No jars found under: " + libDir);
+            throw new Error("No jars found under: " + getLibDir());
         }
 
         for (File file : files) {