diff --git a/bin/setup b/bin/setup index b207d2f..2dbab0e 100755 --- a/bin/setup +++ b/bin/setup @@ -11,9 +11,11 @@ fi repo_name=$(cat .git/description) -if [ "$repo_name" == "jekyll-tailwind-starter" ]; then +if [ "$repo_name" != "jekyll-tailwind-starter" ]; then echo "==> Reinitializing Git repository" rm -rf .git git init + + cat "jekyll-tailwind-starter" > .git/description fi