Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 23, 2024
1 parent 3a1e559 commit 1933cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ done
# When brance is carma-develop or carma-master strip carma prefix
if [[ "$BRANCH" == "carma-develop" ]]; then
BRANCH=develop
elif [[ "$BRANCH" == "carma-master"]]; then
elif [[ "$BRANCH" == "carma-master"]] then
BRANCH=master
fi
cd ${dir}/autoware.ai
Expand Down

0 comments on commit 1933cc3

Please sign in to comment.