Skip to content

Commit 79b9f1e

Browse files
committed
sparse-checkout backfire
1 parent e4ffaf6 commit 79b9f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_quickstart_spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ setup_quickstart_repo() {
113113
cd "${quickstart_dir}"
114114
echo "Ensuring sparse checkout is set for ${sample_name}..." >&2
115115
# Checkout the sample and scripts directories.
116-
git sparse-checkout set "${sample_name}" scripts
116+
git sparse-checkout set "${sample_name}" scripts shared
117117
)
118118
fi
119119

0 commit comments

Comments
 (0)