aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-21 11:45:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-21 11:45:11 -0200
commitcd8a2e4098a94f79eb65b76699ce6a852931f5ec (patch)
tree59a70dcb616413a9f8cf121875ba0875e7e8b58c /share
parent077470e7699898858e21b809a502f8e77d2fad6f (diff)
downloadtemplater-cd8a2e4098a94f79eb65b76699ce6a852931f5ec.tar.gz
templater-cd8a2e4098a94f79eb65b76699ce6a852931f5ec.tar.bz2
Drupal 8: Makefile: fix vagrant target
Diffstat (limited to 'share')
-rw-r--r--share/templater/drupal8/files/Makefile.drupal84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/drupal8/files/Makefile.drupal8 b/share/templater/drupal8/files/Makefile.drupal8
index 6047707..319cac7 100644
--- a/share/templater/drupal8/files/Makefile.drupal8
+++ b/share/templater/drupal8/files/Makefile.drupal8
@@ -36,8 +36,8 @@ submodules:
# Setup the virtual machine using vagrant
vagrant:
vagrant up
- echo '( cd /srv/shared && make drush )' | vagrant ssh
- echo '( cd /srv/shared && make settings )' | vagrant ssh
+ echo '( cd /vagrant && make drush )' | vagrant ssh
+ echo '( cd /vagrant && make settings )' | vagrant ssh
#vagrant ssh -c "$(DRUSH) pm-enable devel -y"
# Setup the virtual machine using kvmx