fix spell of file

This commit is contained in:
hzsunshx
2015-09-22 20:22:36 +08:00
parent dff5835105
commit ab35ea3cd9

View File

@@ -43,7 +43,7 @@ module.exports = syrup.serial()
})
})
.finally(function(){
log.info(util.format("file %s transfer finished", file))
log.info(util.format("File %s transfer finished", file))
})
}