Testing adding of Meta Tags

This commit is contained in:
Minami
2013-10-01 22:14:16 -05:00
parent eafb41602c
commit 90b4d688f8
3 changed files with 9 additions and 4 deletions

View File

@@ -41,10 +41,10 @@ var async = require('async'),
name: 'redis:password',
description: 'Password of your Redis database'
}, {
name: 'bind_address',
description: 'IP or Hostname to bind to',
'default': '0.0.0.0'
}],
name: 'bind_address',
description: 'IP or Hostname to bind to',
'default': '0.0.0.0'
}],
setup: function (callback) {
async.series([
function (next) {