Skip to content

Commit

Permalink
wrap getter property
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed May 22, 2015
1 parent c8fa2d8 commit 73fe515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Process/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ public function getRepoUrl()
{
switch ($this->type) {
case 'github':
return "[email protected]:$this->name.git";
return "[email protected]:{$this->name}.git";
break;

case 'bitbucket':
return "[email protected]:$this->name.git";
return "[email protected]:{$this->name}.git";
break;

default:
Expand Down

0 comments on commit 73fe515

Please sign in to comment.