Skip to content
Snippets Groups Projects
Commit c3028cf2 authored by jurgenhaas's avatar jurgenhaas
Browse files

#8 Correct variable name

parent 3cb1884b
No related branches found
Tags v0.7.1
No related merge requests found
Pipeline #
...@@ -213,7 +213,7 @@ class Handler { ...@@ -213,7 +213,7 @@ class Handler {
'root' => '', 'root' => '',
'uri' => '', 'uri' => '',
'host' => '', 'host' => '',
'user' => $env->receive('drupal_org_username', 'Remote username for host of the live site', getenv('USER')), 'user' => $env->receive('live_host_username', 'Remote username for host of the live site', getenv('USER')),
], ],
'drupal' => [ 'drupal' => [
'version' => '8', 'version' => '8',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment