Browse Source

Update Config.php

1.0
Andrés Montañez 11 years ago
parent
commit
8785a3498d
  1. 2
      Mage/Config.php

2
Mage/Config.php

@ -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…
Cancel
Save