]> gitweb.fluxo.info Git - templater.git/commitdiff
Fix drupal8/setup .empty files handling
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 15:55:38 +0000 (12:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 15:55:38 +0000 (12:55 -0300)
share/templater/drupal8/setup

index 70c0185a55a5bac9a52cef760f8e00a846dcce0f..d7301f6c8bae9dec944fc7d83a84edda5cc00a5d 100755 (executable)
@@ -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"