diff options
-rw-r--r-- | bpkg/pkg-status.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/pkg-status.cxx b/bpkg/pkg-status.cxx index 0d8c474..26267b6 100644 --- a/bpkg/pkg-status.cxx +++ b/bpkg/pkg-status.cxx @@ -60,6 +60,7 @@ namespace bpkg } shared_ptr<package> p (db.query_one<package> (q)); + t.commit (); if (p == nullptr) { |