Skip to content

Commit 169f991

Browse files
authored
Update setup_quickstart_spm.sh
1 parent 34a4506 commit 169f991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/setup_quickstart_spm.sh

Lines changed: 3 additions & 3 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 and scripts directories.
116+
git sparse-checkout set "${sample_name}" scripts
117117
)
118118
fi
119119

@@ -254,4 +254,4 @@ main() {
254254
}
255255

256256
# Run the main function with all provided arguments.
257-
main "$@"
257+
main "$@"

0 commit comments

Comments
 (0)