Skip to content

Commit

Permalink
Commit from GitHub Actions (Format Nim Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 8, 2023
1 parent 3ed4fd7 commit 6c4a18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kpkg/commands/upgradecmd.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ proc upgrade*(root = "/",
echo "Upgrading "&localPkg.pkg&" from "&localPkg.versionString&" to "&upstreamPkg.versionString

if getConfigValue("Upgrade", "buildByDefault") == "yes":
discard build(yes = true, packages = @[localPkg.pkg], root = root, dontInstall = true)
discard build(yes = true, packages = @[localPkg.pkg],
root = root, dontInstall = true)
else:
discard install(@[localPkg.pkg], root, true,
downloadOnly = true)
Expand Down

0 comments on commit 6c4a18d

Please sign in to comment.