core: fix update of packages

t parameter is not needed anymore since the passed list distant-packages is
already filtered to contain only used packages.

Fixes #9420
This commit is contained in:
syl20bnr 2017-08-13 13:17:59 -04:00
parent 052636d237
commit 2bd08116aa
1 changed files with 1 additions and 1 deletions

View File

@ -1807,7 +1807,7 @@ to update."
(let* ((distant-packages (configuration-layer//filter-distant-packages
configuration-layer--used-packages t))
(update-packages
(configuration-layer//get-packages-to-update distant-packages t))
(configuration-layer//get-packages-to-update distant-packages))
(skipped-count (length
configuration-layer--check-new-version-error-packages))
(date (format-time-string "%y-%m-%d_%H.%M.%S"))