install: Fix typo on -b <branch> git clone

This commit is contained in:
Samuel Ortion 2022-08-23 13:36:57 +02:00
parent a47304a961
commit daffa3ff96
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install_birdnetstream() {
# Clone BirdNET-stream
cd "$WORKDIR"
debug "Cloning BirdNET-stream from $REPOSITORY"
git clone -b "$BRANCH"--recurse-submodules "$REPOSITORY" .
git clone -b "$BRANCH" --recurse-submodules "$REPOSITORY" .
debug "Creating python3 virtual environment $PYTHON_VENV"
python3 -m venv $PYTHON_VENV
debug "Activating $PYTHON_VENV"