Skip to content

Commit ec2e9a4

Browse files
committed
fix script (will move to base PR
1 parent 7aaf56b commit ec2e9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_quickstart_spm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ setup_quickstart_repo() {
122122
echo "Checking out quickstart branch: ${QUICKSTART_BRANCH}" >&2
123123
(
124124
cd "${quickstart_dir}"
125-
git fetch
126-
git checkout "${QUICKSTART_BRANCH}"
125+
git fetch --quiet
126+
git checkout --quiet "${QUICKSTART_BRANCH}"
127127
)
128128
fi
129129

0 commit comments

Comments
 (0)