aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/triage/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster/pkg/triage/git.go')
-rw-r--r--syz-cluster/pkg/triage/git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/pkg/triage/git.go b/syz-cluster/pkg/triage/git.go
index 7eab776c9..390bd11b1 100644
--- a/syz-cluster/pkg/triage/git.go
+++ b/syz-cluster/pkg/triage/git.go
@@ -30,7 +30,7 @@ func NewGitTreeOps(dir string, sandbox bool) (*GitTreeOps, error) {
func (ops *GitTreeOps) HeadCommit(tree *api.Tree) (*vcs.Commit, error) {
// See kernel-disk/cron.yaml.
- return ops.Git.Commit(tree.Name + "-head")
+ return ops.Git.Commit(tree.Name + "/" + tree.Branch)
}
func (ops *GitTreeOps) Commit(treeName, commitOrBranch string) (*vcs.Commit, error) {