diff --git a/vcsh b/vcsh index 577d235ee94404fa15b8fc71fe9c7ab6c911c26d..2f40a75d07f7b8a3cf35df0b26e05fe13c40dca4 100755 --- a/vcsh +++ b/vcsh @@ -334,7 +334,7 @@ upgrade() { git config core.worktree "$VCSH_BASE" fi [ ! "x$VCSH_GITIGNORE" = 'xnone' ] && git config core.excludesfile ".gitignore.d/$VCSH_REPO_NAME" - git config vcsh.vcsh 'true' + git config vcsh.vcsh 'true' use [ -e "$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME" ] && git add -f "$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME" hook post-upgrade