Skip to content

Commit

Permalink
kpkg: modules/sqlite: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed May 12, 2024
1 parent 13f19a2 commit 4534594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpkg/modules/sqlite.nim
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ proc newPackage*(name, version, release, epoch, deps, bdeps, backup, replaces, d
# Initialize a new Package (wrapper)
rootCheck(root)
debug "newPackage ran"
var res = newPackageInternal(name, version, deps, bdeps, backup, replaces, desc, release, epoch, manualInstall, isGroup)
var res = newPackageInternal(name, version, deps, bdeps, backup, replaces, desc, release, epoch, manualInstall, isGroup, basePackage)
kpkgDb.insert(res)
return res

Expand Down

0 comments on commit 4534594

Please sign in to comment.