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 bb32269 commit fae5d77Copy full SHA for fae5d77
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 directory.
+ git sparse-checkout set "${sample_name}"
117
)
118
fi
119
0 commit comments