Browse Source

update cache message

bugfixes
harshadyeola 10 years ago
parent
commit
0792b36c85
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -1308,7 +1308,7 @@ class EEStackController(CementBaseController):
self.pre_pref(apt_packages)
if len(apt_packages):
EESwap.add(self)
Log.debug(self, "Updating apt-cache")
Log.info(self, "Updating apt-cache")
EEAptGet.update(self)
EEAptGet.install(self, apt_packages)
if len(packages):

Loading…
Cancel
Save