From 8712ecc1e144ccbab4d5a1a01e4aa8c2a55713b2 Mon Sep 17 00:00:00 2001 From: "Mr. Outis" Date: Sun, 5 Jan 2020 02:05:24 -0600 Subject: [PATCH] completion: fix --relink problem Close #2983 --- scripts/completion/dvc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/completion/dvc.zsh b/scripts/completion/dvc.zsh index 657ef6d083..970ec5b427 100644 --- a/scripts/completion/dvc.zsh +++ b/scripts/completion/dvc.zsh @@ -74,7 +74,7 @@ _dvc_checkout=( {-d,--with-deps}"[Checkout all dependencies of the specified target.]" {-R,--recursive}"[Checkout all subdirectories of the specified directory.]" {-f,--force}"[Do not prompt when removing working directory files.]" - {--relink}"[Recreate links or copies from cache to workspace.]" + "--relink[Recreate links or copies from cache to workspace.]" "1:Stages:_files -g '(*.dvc|Dvcfile)'" )