1
0
Fork 0

trailing space

pull/377/head
till 2012-03-02 19:46:46 +01:00
parent 275d1c9969
commit ba8ccb1955
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
if ($this->useAuth !== true) {
return '';
}
$str = ' --no-auth-cache --username "%s" --password "%s"';
$str = ' --no-auth-cache --username "%s" --password "%s" ';
return sprintf($str, $this->svnUsername, $this->svnPassword);
}