bug fix for webpagetest configuration

This commit is contained in:
soulgalore 2014-06-23 14:50:08 +02:00
parent 4a4fe92a4c
commit 1901ec9e6c
1 changed files with 1 additions and 2 deletions

View File

@ -249,7 +249,7 @@ config = require("nomnom").options({
callback: function(file) {
if (!fs.existsSync(file))
return "Couldn't find the file:" + fs.realpathSync(file);
},
}},
webpagetestUrl: {
metavar: '<URL>',
help: 'The URL to your private webpagetest instance'
@ -258,7 +258,6 @@ config = require("nomnom").options({
metavar: '<KEY>',
help: 'The API key if running on the public instances'
}
}
}).parse();
if (config.webpagetest)