Skip to content

Commit

Permalink
Correct referenced branches in checkout.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McConnell authored and Michael McConnell committed Nov 8, 2019
1 parent 3e53c65 commit 0d5a47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/checkout.sh
Expand Up @@ -25,7 +25,7 @@ if [[ -n ${1} ]]; then
fi

cd ${dir}/src
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMAMsgs.git --branch CARMASystem_3.1.0
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMANovatelGpsDriver.git --branch CARMASystem_3.1.0
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMAUtils.git --branch CARMASystem_3.1.0
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMAMsgs.git --branch develop
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMANovatelGpsDriver.git --branch develop
git clone --depth=1 https://github.com/usdot-fhwa-stol/CARMAUtils.git --branch develop

0 comments on commit 0d5a47c

Please sign in to comment.