From bae84ec5de0f7ed3c56ab8783e95e7a386702b4d Mon Sep 17 00:00:00 2001 From: Jeremy Pinto Date: Thu, 15 Aug 2024 10:53:56 -0400 Subject: [PATCH] point to development branch (#125) --- scripts/quick_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quick_install.sh b/scripts/quick_install.sh index 6968baa..b8940d1 100644 --- a/scripts/quick_install.sh +++ b/scripts/quick_install.sh @@ -18,7 +18,7 @@ echo "Cloning cookie-cutter to: $project_name..." # TODO: Before merging, revert back to installing from main branch # git clone https://github.com/mila-iqia/cookiecutter-pyml.git $project_name -git clone --branch instal-script https://github.com/mila-iqia/cookiecutter-pyml.git $project_name +git clone --branch development https://github.com/mila-iqia/cookiecutter-pyml.git $project_name # Remove the .git folder and reinitialize it echo "Initializing the git repository..."