This commit is contained in:
Unitech 2016-03-16 12:40:13 +01:00
parent b26823f0f2
commit a1acbee0f0

View File

@ -44,7 +44,7 @@ Common.prepareAppConf = function(app, outputter) {
return new Error('No script path - aborting');
// Forbidden application name
if (app.name.indexOf(['push']) > -1)
if (app.name == 'push')
return new Error('Push application name is not allowed');
if (app.automation == false)