aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-31 12:55:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-31 12:55:38 -0300
commit3fc615af78de37a06d91c6e9a27ae8d863b03b3c (patch)
treebcf3edeeb1513e5b13acecdf642bdc1181d3bce5 /share
parentb207bba63c017b5cf38d6fd954af2fd1e17dc7eb (diff)
downloadtemplater-3fc615af78de37a06d91c6e9a27ae8d863b03b3c.tar.gz
templater-3fc615af78de37a06d91c6e9a27ae8d863b03b3c.tar.bz2
Fix drupal8/setup .empty files handling
Diffstat (limited to 'share')
-rwxr-xr-xshare/templater/drupal8/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templater/drupal8/setup b/share/templater/drupal8/setup
index 70c0185..d7301f6 100755
--- a/share/templater/drupal8/setup
+++ b/share/templater/drupal8/setup
@@ -64,7 +64,7 @@ function templater_drupal8 {
templater_echo "Please use pushtodeploy module for automatede deploymends"
mkdir -p files config/sync themes modules libraries vendor
- touch {files,config,themes,modules,libraries,vendor}/.empty
+ touch {files,config/sync,themes,modules,libraries,vendor}/.empty
git add -f {files,config/sync,themes,modules,libraries}/.empty
else
templater_echo "Drupal already set"