Skip to content

Commit

Permalink
Fixes #2222: Drush 9 DrupalVM alias template. (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Nov 2, 2017
1 parent dda7343 commit 4253df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/drupal-vm/drupal-vm.aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ local:
uri: ${project.local.uri}
host: ${project.local.hostname}
user: vagrant
ssh-options: -o PasswordAuthentication=no -i \'' . drush_server_home() . '/.vagrant.d/insecure_private_key\'
ssh:
options: -o PasswordAuthentication=no -i $HOME/.vagrant.d/insecure_private_key

0 comments on commit 4253df4

Please sign in to comment.