bug fixed for update repository (#664)
This commit is contained in:
parent
64b167138f
commit
87ad4961f6
1 changed files with 1 additions and 1 deletions
|
@ -1371,7 +1371,7 @@ func UpdateRepository(repo *Repository, visibilityChanged bool) (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
if err = updateRepository(x, repo, visibilityChanged); err != nil {
|
||||
if err = updateRepository(sess, repo, visibilityChanged); err != nil {
|
||||
return fmt.Errorf("updateRepository: %v", err)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue