mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
Update Config.php
This commit is contained in:
parent
fee82c3cf1
commit
8785a3498d
@ -352,7 +352,7 @@ class Config
|
|||||||
*/
|
*/
|
||||||
public function getHostIdentityFileOption()
|
public function getHostIdentityFileOption()
|
||||||
{
|
{
|
||||||
return $this->deployment('identity-file') ? '-i '.$this->deployment('identity-file').' ': '';
|
return $this->deployment('identity-file') ? ('-i ' . $this->deployment('identity-file') . ' ') : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user