updated comment

This commit is contained in:
paulSambolin 2016-12-20 14:55:37 -05:00
parent 45f43ced5e
commit 38bd3dda8a

View File

@ -83,7 +83,7 @@ module.exports = {
this.options.region)
.then((cfData) => this.monitorStack('update', cfData))
.catch((e) => {
console.log('If this error states \"No updates are to be performed.\", it is not really an error', e);
// No updates to template error is caught here
});
},