We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ffaf6 commit 79b9f1eCopy full SHA for 79b9f1e
scripts/setup_quickstart_spm.sh
@@ -113,7 +113,7 @@ setup_quickstart_repo() {
113
cd "${quickstart_dir}"
114
echo "Ensuring sparse checkout is set for ${sample_name}..." >&2
115
# Checkout the sample and scripts directories.
116
- git sparse-checkout set "${sample_name}" scripts
+ git sparse-checkout set "${sample_name}" scripts shared
117
)
118
fi
119
0 commit comments