bug fix for webpagetest configuration
This commit is contained in:
parent
4a4fe92a4c
commit
1901ec9e6c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue