Skip to content

Commit 41dc830

Browse files
committedSep 28, 2017
add credential to URI
1 parent 989a008 commit 41dc830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/repository/storage/PhabricatorRepositoryURI.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function getURIEnvelope() {
230230
$is_svn = $this->getRepository()->isSVN();
231231
$credential_phid = $this->getCredentialPHID();
232232

233-
if ($is_http /*&& !$is_svn*/ && $credential_phid) {
233+
if (/*$is_http && !$is_svn &&*/ $credential_phid) {
234234
$key = PassphrasePasswordKey::loadFromPHID(
235235
$credential_phid,
236236
PhabricatorUser::getOmnipotentUser());

0 commit comments

Comments
 (0)
Failed to load comments.