Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f57546b

Browse files
committedDec 13, 2023
Update Spin clone command in install.sh
1 parent 5f1662c commit f57546b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tools/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ umask g-w,o-w
230230

231231
SPIN_INSTALL_VERSION=$(get_install_version)
232232

233-
echo "${BLUE}Cloning Spin \"$SPIN_INSTALL_VERSION\" with sparse checkout...${RESET}"
233+
echo "${BLUE}Cloning Spin \"$SPIN_INSTALL_VERSION\"...${RESET}"
234234

235235
# Initialize an empty Git repository
236236
mkdir -p "$SPIN_HOME" > /dev/null 2>&1
@@ -244,7 +244,6 @@ umask g-w,o-w
244244
git config core.sparseCheckout true > /dev/null 2>&1
245245
echo "/*" > .git/info/sparse-checkout
246246
echo "!/docs" >> .git/info/sparse-checkout
247-
echo "!/templates" >> .git/info/sparse-checkout
248247
echo "!/.github" >> .git/info/sparse-checkout
249248
echo "!/composer.json" >> .git/info/sparse-checkout
250249
echo "!/package.json" >> .git/info/sparse-checkout

0 commit comments

Comments
 (0)
Please sign in to comment.