From 8785a3498d1d2abd0c11722013b6f4bbe828650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 26 Apr 2014 13:21:48 -0700 Subject: [PATCH] Update Config.php --- Mage/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage/Config.php b/Mage/Config.php index 6ce69e1..fe22b13 100644 --- a/Mage/Config.php +++ b/Mage/Config.php @@ -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 } } -} \ No newline at end of file +}