1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

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))
})
}