aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg')
-rw-r--r--internal/pkg/pkg.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/pkg/pkg.go b/internal/pkg/pkg.go
index 8b07786e..b880b496 100644
--- a/internal/pkg/pkg.go
+++ b/internal/pkg/pkg.go
@@ -293,6 +293,7 @@ func (c *Cache) finaliseIdent(
} else {
c.ident[*id] = *checksum
}
+ delete(c.identPending, *id)
c.identMu.Unlock()
close(done)