X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/91fbac8288c5fd4d819ea50bf95178a051455ec2..e646aff7f580fd0de1ca659b4f3313b3a26c87e2:/vcsh diff --git a/vcsh b/vcsh index aa97b63..18b9380 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