mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 03:26:06 +01:00
Pull to the working copy of the wiki repository before modifying.
This commit is contained in:
@@ -215,7 +215,7 @@ trait WikiService {
|
||||
.setDirectory(workDir)
|
||||
.call
|
||||
} else {
|
||||
val git = Git.open(workDir).pull()
|
||||
Git.open(workDir).pull.call
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user