Skip to content
Snippets Groups Projects
Commit 31149fc2 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Rename $REPO_NAME -> $VCSH_REPO_NAME

parent 45d958ca
Branches
Tags
No related merge requests found
...@@ -62,9 +62,9 @@ init() { ...@@ -62,9 +62,9 @@ init() {
cd "$GIT_WORK_TREE" cd "$GIT_WORK_TREE"
git init git init
git config core.worktree "$GIT_WORK_TREE" git config core.worktree "$GIT_WORK_TREE"
git config core.excludesfile ".gitignore.d/$REPO_NAME" git config core.excludesfile ".gitignore.d/$VCSH_REPO_NAME"
touch "$HOME/.gitignore.d/$REPO_NAME" touch "$HOME/.gitignore.d/$VCSH_REPO_NAME"
git add "$HOME/.gitignore.d/$REPO_NAME" git add "$HOME/.gitignore.d/$VCSH_REPO_NAME"
verbose "init() end" verbose "init() end"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment