fix dashcam spelling

pull/22719/head
Adeeb Shihadeh 2021-10-27 17:55:48 -07:00
parent cf6c129f80
commit 687925c775
1 changed files with 2 additions and 2 deletions

View File

@ -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