1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

Update Config.php

This commit is contained in:
Andrés Montañez 2014-04-26 13:21:48 -07:00
parent fee82c3cf1
commit 8785a3498d

View File

@ -352,7 +352,7 @@ class Config
*/
public function getHostIdentityFileOption()
{
return $this->deployment('identity-file') ? '-i '.$this->deployment('identity-file').' ': '';
return $this->deployment('identity-file') ? ('-i ' . $this->deployment('identity-file') . ' ') : '';
}
/**
@ -506,4 +506,4 @@ class Config
}
}
}
}