Fix without diff issues (hopefully)

This commit is contained in:
lauw70 2019-08-01 11:32:55 +02:00 committed by Laurens Bremers
parent 3ad4b171b0
commit bcbefefbfc

View File

@ -113,7 +113,7 @@ module.exports = {
)
)
.filter(f => f.runtime && f.runtime.startsWith('go'))
.map(f => f.handler);
.map(f => path.normalize(f.handler));
return this.resolveFilePathsAll().then(filePaths =>
this.zipFiles(filePaths, zipFileName, undefined, filesToChmodPlusX).then(filePath => {