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 v3.1.2
No related merge requests found
Pipeline #
......@@ -213,7 +213,7 @@ class Handler {
'root' => '',
'uri' => '',
'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' => [
'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