Minor text change in contribsys

This commit is contained in:
syl20bnr 2014-09-23 21:20:49 -04:00
parent 869037f5ef
commit a2955d659d
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ extension.
(append-to-spacemacs-buf
(format "Found %s new package(s) to install...\n"
not-installed-count))
(append-to-spacemacs-buf "--> update repositories content\n")
(append-to-spacemacs-buf
"--> fetching new package repository indexes...\n")
(redisplay)
(package-refresh-contents)
(setq installed-count 0)