Fixed typo

This commit is contained in:
Kamil Burzynski 2016-02-15 14:25:36 +01:00
parent ebe22993c7
commit 437cccbff3

View File

@ -240,7 +240,7 @@ class ServerlessProject {
resources = SUtils.readAndParseJsonSync(_this._S.getProject().getFilePath('s-resources-cf.json'));
}
return _.flatten( _.map( _.values( this.components ), c => c.getCFSnippets() ) );
return _.flatten( _.map( _.values( _this.components ), c => c.getCFSnippets() ) );
})
.then(function (cfSnippets) {