diff --git a/scripts/customize-image.sh.template b/scripts/customize-image.sh.template index bb4268c803..e4acd9771e 100644 --- a/scripts/customize-image.sh.template +++ b/scripts/customize-image.sh.template @@ -13,14 +13,14 @@ FAMILY=$2 BOARD=$3 BUILD_DESKTOP=$4 - case $RELEASE in - wheezy) - # your code here - ;; - jessie) - # your code here - ;; - trusty) - # your code here - ;; - esac +case $RELEASE in + wheezy) + # your code here + ;; + jessie) + # your code here + ;; + trusty) + # your code here + ;; +esac