mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Use correct variable name for scp
This commit is contained in:
parent
04fafbbf9f
commit
677b6eabf0
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user