diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php index d82ec3b5bc..f8ea5a4e93 100644 --- a/src/applications/repository/storage/PhabricatorRepository.php +++ b/src/applications/repository/storage/PhabricatorRepository.php @@ -411,7 +411,7 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO { * @task uri */ public function getPublicRemoteURI() { - $uri = $this->getURIObject(); + $uri = $this->getRemoteURIObject(); // Make sure we don't leak anything if this repo is using HTTP Basic Auth // with the credentials in the URI or something zany like that.