Merge pull request #1336 from yanma/issue_1318

(refs #1318) make record***Activity via ssh works again
This commit is contained in:
Naoki Takezoe
2016-11-01 14:16:26 +09:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ abstract class GitCommand extends Command with SessionAware {
override def run(): Unit = {
authUser match {
case Some(authUser) =>
Database() withSession { implicit session =>
Database() withTransaction { implicit session =>
try {
runTask(authUser)
callback.onExit(0)