summaryrefslogtreecommitdiff
path: root/examples/rbsolv
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rbsolv')
-rwxr-xr-xexamples/rbsolv2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rbsolv b/examples/rbsolv
index 3c87d3d..33f5791 100755
--- a/examples/rbsolv
+++ b/examples/rbsolv
@@ -492,7 +492,7 @@ class Repo_system < Repo_generic
if @handle.respond_to? :add_products
@handle.add_products("/etc/products.d", Solv::Repo::REPO_NO_INTERNALIZE)
end
- @handle.add_rpmdb(nil, Solv::Repo::REPO_REUSE_REPODATA)
+ @handle.add_rpmdb(Solv::Repo::REPO_REUSE_REPODATA)
writecachedrepo(nil)
return true
end