Skip to content

Commit e85d1b0

Browse files
committed
reverted git protocol
1 parent 1e14c13 commit e85d1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Tegra/source_sync_6.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ for ((i=0; i < NSOURCES; i++)); do
330330
DNLOAD=$(echo "${SOURCE_INFO_PROCESSED[i]}" | cut -f 5 -d ':')
331331

332332
if [ $DALL -eq 1 -o "x${DNLOAD}" == "xy" ]; then
333-
DownloadAndSync "$WHAT" "${LDK_DIR}/${WHAT}" "https://${REPO}" "${TAG}" "${OPT}"
333+
DownloadAndSync "$WHAT" "${LDK_DIR}/${WHAT}" "git://${REPO}" "${TAG}" "${OPT}"
334334
tRET=$?
335335
let GRET=GRET+tRET
336336
if [ $tRET -ne 0 -a $EOE -eq 1 ]; then

0 commit comments

Comments
 (0)