diff --git a/src/applications/drydock/blueprint/DrydockPreallocatedHostBlueprintImplementation.php b/src/applications/drydock/blueprint/DrydockPreallocatedHostBlueprintImplementation.php index d9b705fe10..9ee4830989 100644 --- a/src/applications/drydock/blueprint/DrydockPreallocatedHostBlueprintImplementation.php +++ b/src/applications/drydock/blueprint/DrydockPreallocatedHostBlueprintImplementation.php @@ -115,8 +115,7 @@ final class DrydockPreallocatedHostBlueprintImplementation ->setConfiguration(array( 'host' => $resource->getAttribute('host'), 'port' => $resource->getAttribute('port'), - 'credential' => $resource->getAttribute('credential'))) - ->setWorkingDirectory($lease->getAttribute('path')); + 'credential' => $resource->getAttribute('credential'))); } throw new Exception("No interface of type '{$type}'.");