From 31f14ceaad0282914ebdbb1ce4e9f380dfcabd4c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 30 Oct 2019 22:24:26 +0100 Subject: [PATCH] Fix typo --- wo/cli/plugins/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/update.py b/wo/cli/plugins/update.py index 2eff654..879ec56 100644 --- a/wo/cli/plugins/update.py +++ b/wo/cli/plugins/update.py @@ -62,7 +62,7 @@ class WOUpdateController(CementBaseController): if ((not pargs.force) and (not pargs.travis) and (not pargs.mainline) and (not pargs.beta) and (not pargs.branch)): - wo_current = ("v{0}").format(WOVar.wo_version) + wo_current = ("v{0}".format(WOVar.wo_version)) wo_latest = WODownload.latest_release(self, "WordOps/WordOps") if wo_current == wo_latest: Log.error(