Skip to content

Commit 36e3bbb

Browse files
authored
Update init-devsetup-docker.sh
1 parent 9c280a3 commit 36e3bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/init-devsetup-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ $PROJECT_ADD_DEVSETUP_DOCKER = 1 ]]; then
99
echo "Adding devsetup-docker from https://github.com/drunomics/devsetup-docker..."
1010
echo "Set PROJECT_ADD_DEVSETUP_DOCKER=0 to disable."
1111

12-
git clone https://github.com/drunomics/devsetup-docker.git --branch=feature/DEV-2035 devsetup-tmp
12+
git clone https://github.com/drunomics/devsetup-docker.git --branch=3.x devsetup-tmp
1313
rm -rf devsetup-tmp/.git devsetup-tmp/README.md
1414

1515
# OS specific cp operations

0 commit comments

Comments
 (0)