Skip to content

Commit 19f408b

Browse files
authored
Merge pull request #3061 from mroutis/fix-zsh
completion: fix --relink problem
2 parents 29afb38 + 8712ecc commit 19f408b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/completion/dvc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _dvc_checkout=(
7474
{-d,--with-deps}"[Checkout all dependencies of the specified target.]"
7575
{-R,--recursive}"[Checkout all subdirectories of the specified directory.]"
7676
{-f,--force}"[Do not prompt when removing working directory files.]"
77-
{--relink}"[Recreate links or copies from cache to workspace.]"
77+
"--relink[Recreate links or copies from cache to workspace.]"
7878
"1:Stages:_files -g '(*.dvc|Dvcfile)'"
7979
)
8080

0 commit comments

Comments
 (0)