diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 12:55:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 12:55:38 -0300 |
commit | 3fc615af78de37a06d91c6e9a27ae8d863b03b3c (patch) | |
tree | bcf3edeeb1513e5b13acecdf642bdc1181d3bce5 /share | |
parent | b207bba63c017b5cf38d6fd954af2fd1e17dc7eb (diff) | |
download | templater-3fc615af78de37a06d91c6e9a27ae8d863b03b3c.tar.gz templater-3fc615af78de37a06d91c6e9a27ae8d863b03b3c.tar.bz2 |
Fix drupal8/setup .empty files handling
Diffstat (limited to 'share')
-rwxr-xr-x | share/templater/drupal8/setup | 2 |
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" |