This commit is contained in:
Philipp Kunz 2016-06-05 07:50:04 +02:00
parent 5316740a1a
commit cb6867dbde
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@ export let build = function(){
}
let readDockerfiles = function(){
return plugins.through2(function(file,enc,cb){
return plugins.through2.obj(function(file,enc,cb){
let myDockerfile = new Dockerfile({
filePath:file.path,
read:true