diff --git a/wo/cli/plugins/update.py b/wo/cli/plugins/update.py index 606da81..bef21d2 100644 --- a/wo/cli/plugins/update.py +++ b/wo/cli/plugins/update.py @@ -78,6 +78,9 @@ class WOUpdateController(CementBaseController): "update script"]]) if os.path.isfile('install'): + Log.info(self, "updating WordOps from local install\n" + "Latest public release = {0}".format(wo_latest)) + try: Log.info(self, "updating WordOps, please wait...") os.system("/bin/bash install --travis")