Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #512 from lissyx/projet-tablet_fix
Browse files Browse the repository at this point in the history
Fix PRODUCT_NAME for project tablet
  • Loading branch information
lissyx committed Jun 22, 2016
2 parents 2d730d3 + ad873a5 commit ba6928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ case "$1" in
;;

"project-tablet")
echo PRODUCT_NAME=castor_windy-l >> .tmp-config &&
echo PRODUCT_NAME=castor_windy >> .tmp-config &&
repo_sync project-tablet
;;

"project-tablet-lte")
echo PRODUCT_NAME=castor-l >> .tmp-config &&
echo PRODUCT_NAME=castor >> .tmp-config &&
repo_sync project-tablet
;;

Expand Down

0 comments on commit ba6928a

Please sign in to comment.