Skip to content

Commit

Permalink
point to development branch (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerpint authored Aug 15, 2024
1 parent b2fb0fe commit bae84ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quick_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit bae84ec

Please sign in to comment.