From 172ad715537f5f6aba1eb1ba7fcb10a461c810cd Mon Sep 17 00:00:00 2001 From: n3hrox Date: Sun, 10 Nov 2019 21:46:36 +0100 Subject: [PATCH] fix typo --- dvc/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/updater.py b/dvc/updater.py index 53cf64da7b..b8349416a3 100644 --- a/dvc/updater.py +++ b/dvc/updater.py @@ -135,7 +135,7 @@ def _get_update_instructions(self): "2. Go to {blue}https://dvc.org{reset}\n" "3. Download and install new binary" ), - "conda": "Run {yellow}conda{reset} {update}update{reset} dvc", + "conda": "Run {yellow}conda{reset} update dvc", None: ( "Find the latest release at\n{blue}" "https://github.com/iterative/dvc/releases/latest"