Builder/Provider/TestEnviroment/Setup.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 5 Jul 2010 10:26:50 +0000 (18:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 5 Jul 2010 10:26:50 +0000 (18:26 +0800)
Builder/Provider/TestEnviroment/Setup.js

index 3365089..854848f 100644 (file)
@@ -104,7 +104,7 @@ Setup = {
             'server.upload-dirs         = ( "' + this.dir + '/lighttpd/uploads" )' + "\n" +
             'server.errorlog            =   "' + this.dir + '/lighttpd/logs/error.log"' + "\n" +
             'server.pid-file            =   "' + this.dir + '/lighttpd/run/lighttpd.pid"' + "\n" +
-            'compress.cache-dir          =  "' + this.dir+ '/lighttpd/cache/"' + "\n" +
+            'compress.cache-dir          =  "' + this.dir + '/lighttpd/cache/"' + "\n" +
 
             'server.username            =   "' + this.user + '"' + "\n" +
             'server.groupname           =   "' + this.user + '"' + "\n" +