Skip to content

Commit fae5d77

Browse files
committed
work
1 parent bb32269 commit fae5d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_quickstart_spm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ setup_quickstart_repo() {
112112
(
113113
cd "${quickstart_dir}"
114114
echo "Ensuring sparse checkout is set for ${sample_name}..." >&2
115-
# Checkout the sample and config directories.
116-
git sparse-checkout set "${sample_name}" config
115+
# Checkout the sample directory.
116+
git sparse-checkout set "${sample_name}"
117117
)
118118
fi
119119

0 commit comments

Comments
 (0)