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 34a4506 commit 169f991Copy full SHA for 169f991
scripts/setup_quickstart_spm.sh
@@ -112,8 +112,8 @@ setup_quickstart_repo() {
112
(
113
cd "${quickstart_dir}"
114
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
+ # Checkout the sample and scripts directories.
+ git sparse-checkout set "${sample_name}" scripts
117
)
118
fi
119
@@ -254,4 +254,4 @@ main() {
254
}
255
256
# Run the main function with all provided arguments.
257
-main "$@"
+main "$@"
0 commit comments