Commit 6ee227a7 authored by Shea McKinney's avatar Shea McKinney
Browse files

Update .probo.yaml

parent eebb76f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ assets:
steps:
  - name: Download Drupal 7
    plugin: Shell
    command: "drush dl drupal-7.x --destination=/var/www/html"
    command: "drush dl drupal-7.x --destination=/var/www"
  - name: Rename web dir
    plugin: Shell
    command: "mv /var/www/drupal-7.x-dev /var/www/html"