]> gitweb.fluxo.info Git - templater.git/commitdiff
Drupal 8: Makefile: fix vagrant target
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 13:45:11 +0000 (11:45 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 21 Nov 2017 13:45:11 +0000 (11:45 -0200)
share/templater/drupal8/files/Makefile.drupal8

index 60477078409533b3c740950fe74473d7d1b028a7..319cac7a4a34fe7edcd0ca913292ec9a8271217d 100644 (file)
@@ -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