mirror of
https://github.com/splitsh/lite.git
synced 2026-03-14 22:05:45 +01:00
Merge 7683c4cb12 into 36e0e74cfe
This commit is contained in:
commit
6f32ef76f8
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func (c *cache) setHead(head *git.Oid) {
|
|||
}
|
||||
|
||||
func (c *cache) getHead() *git.Oid {
|
||||
if head, ok := c.data["head"+c.branch]; ok {
|
||||
if head, ok := c.data["head/"+c.branch]; ok {
|
||||
return git.NewOidFromBytes(head)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue