From 9b3891409c7cc9f3fe88ff20b8df54d3ac1a33df Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 30 Oct 2019 15:23:12 +0100 Subject: [PATCH] Add info about travis update --- wo/cli/plugins/update.py | 3 +++ 1 file changed, 3 insertions(+) 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")