File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ umask g-w,o-w
230
230
231
231
SPIN_INSTALL_VERSION=$( get_install_version)
232
232
233
- echo " ${BLUE} Cloning Spin \" $SPIN_INSTALL_VERSION \" with sparse checkout ...${RESET} "
233
+ echo " ${BLUE} Cloning Spin \" $SPIN_INSTALL_VERSION \" ...${RESET} "
234
234
235
235
# Initialize an empty Git repository
236
236
mkdir -p " $SPIN_HOME " > /dev/null 2>&1
@@ -244,7 +244,6 @@ umask g-w,o-w
244
244
git config core.sparseCheckout true > /dev/null 2>&1
245
245
echo " /*" > .git/info/sparse-checkout
246
246
echo " !/docs" >> .git/info/sparse-checkout
247
- echo " !/templates" >> .git/info/sparse-checkout
248
247
echo " !/.github" >> .git/info/sparse-checkout
249
248
echo " !/composer.json" >> .git/info/sparse-checkout
250
249
echo " !/package.json" >> .git/info/sparse-checkout
You can’t perform that action at this time.
0 commit comments