Use correct variable name for scp

This commit is contained in:
Johan Meiring 2017-02-18 17:51:45 +02:00
parent 04fafbbf9f
commit 677b6eabf0

View File

@ -139,7 +139,7 @@ class NativeSsh implements ServerInterface
$scpOptions = [];
if ($serverConfig->getConfigFile()) {
$sshOptions[] = '-F ' . escapeshellarg($serverConfig->getConfigFile());
$scpOptions[] = '-F ' . escapeshellarg($serverConfig->getConfigFile());
}
if ($serverConfig->getPort()) {