From 7553dbd7fe787492f5be3391b89767ad939ce957 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Fri, 17 Jul 2020 00:01:57 +0800 Subject: [PATCH] Fix path --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 99fe6b7..9ea2aa0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,7 +22,7 @@ mkdir -p ~/projects echo "Setup Git" ln -s ./git/work.gitconfig ~/projects/.gitconfig -if [ -f ~/gitconfig ]; then +if [ -f ~/.gitconfig ]; then cat ~/.gitconfig mv ~/.gitconfig ~/.gitconfig.bak fi