Skip to content

Commit

Permalink
fix dashcam spelling
Browse files Browse the repository at this point in the history
old-commit-hash: 687925c
  • Loading branch information
adeebshihadeh committed Oct 28, 2021
1 parent 427d76d commit 8f16462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ SOURCE_DIR="$(git rev-parse --show-toplevel)"
if [ -f /TICI ]; then
FILES_SRC="release/files_tici"
RELEASE_BRANCH=release3-staging
DASHBAM_BRANCH=dashcam3-staging
DASHCAM_BRANCH=dashcam3-staging
elif [ -f /EON ]; then
FILES_SRC="release/files_eon"
RELEASE_BRANCH=release2-staging
DASHBAM_BRANCH=dashcam-staging
DASHCAM_BRANCH=dashcam-staging
else
exit 0
fi
Expand Down

0 comments on commit 8f16462

Please sign in to comment.