diff --git a/template/build/core/phing/tasks/setup.xml b/template/build/core/phing/tasks/setup.xml index 8b3ce2758..e2395f857 100644 --- a/template/build/core/phing/tasks/setup.xml +++ b/template/build/core/phing/tasks/setup.xml @@ -56,7 +56,11 @@ - + + + + + diff --git a/template/scripts/blt/update-scaffold b/template/scripts/blt/update-scaffold index f792f30d2..a3d18d69f 100755 --- a/template/scripts/blt/update-scaffold +++ b/template/scripts/blt/update-scaffold @@ -7,7 +7,6 @@ BLT_BRANCH=8.x BLT_DIRS=( "blt.sh" "build/core" - "drush.wrapper" "factory-hooks/post-settings-php/protect_env.php.example" "factory-hooks/pre-settings-php/includes.php.example" "hooks/samples" @@ -31,6 +30,5 @@ done # Restore execute permissions. chmod 755 blt.sh -chmod 755 drush.wrapper echo "Changes have been pulled down. Please review and commit desired changes."