Skip to content

Commit 31a767f

Browse files
Merge pull request #305 from Ecotrust/update-branch-install-script
use main branch in install-docker-env.sh
2 parents e450a57 + 40d1f33 commit 31a767f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/Linux/install-docker-env.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ mkdir tekdb
5757
cd tekdb
5858
git clone https://github.com/Ecotrust/TEKDB.git
5959

60-
# TODO: change to the main branch once the develop branch is merged into main!!
61-
echo "Checking out the develop branch..."
60+
echo "Checking out the main branch..."
6261
cd TEKDB
63-
git checkout develop
64-
git pull origin develop
62+
git checkout main
63+
git pull origin main
6564

6665
echo "Moving the .env.prod file to the Docker directory..."
6766
mv $ENV_FILE docker/.env.prod

0 commit comments

Comments
 (0)