aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal8
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-03-02 16:28:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-03-02 16:28:22 -0300
commit7d00e6da5e20ec2060ec76062407e6ccfb56d4ae (patch)
tree897420ddb196b38b35efacb89c595fac29b27395 /share/templater/drupal8
parent9e7789fb176cee1d836ebf8fb8fdf001dce58a27 (diff)
downloadtemplater-7d00e6da5e20ec2060ec76062407e6ccfb56d4ae.tar.gz
templater-7d00e6da5e20ec2060ec76062407e6ccfb56d4ae.tar.bz2
Drupal Makefile fixes
Diffstat (limited to 'share/templater/drupal8')
-rw-r--r--share/templater/drupal8/files/Makefile.drupal82
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templater/drupal8/files/Makefile.drupal8 b/share/templater/drupal8/files/Makefile.drupal8
index b04fe23..8871556 100644
--- a/share/templater/drupal8/files/Makefile.drupal8
+++ b/share/templater/drupal8/files/Makefile.drupal8
@@ -171,7 +171,7 @@ update: pull submodules
# Upgrade modules
upgrade-modules:
- $(DRUSH) up
+ sudo $(DRUSH) up
# Upgrade drupal
upgrade-drupal: