diff options
| -rw-r--r-- | syz-ci/syzupdater.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/syzupdater.go b/syz-ci/syzupdater.go index 16fc960e1..8b0dde1ba 100644 --- a/syz-ci/syzupdater.go +++ b/syz-ci/syzupdater.go @@ -102,7 +102,7 @@ func (upd *SyzUpdater) UpdateOnStart(shutdown chan struct{}) { } // No syzkaller build or executable is stale. - lastCommit := "" + lastCommit := exeTag for { lastCommit = upd.pollAndBuild(lastCommit) latestTag := upd.checkLatest() |
