diff --git a/app.js b/app.js index a5b06d7..74b1d5e 100644 --- a/app.js +++ b/app.js @@ -924,7 +924,7 @@ plugin.parse().then(function (params) { } logger.info('Exiting dry run mode. None of the defintions or service updates have been written to ECS'); - return process.exit(1); + return process.exit(0); }) .catch(function (err) {