trailing space
parent
275d1c9969
commit
ba8ccb1955
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue