X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc100474c5d74b20b2576bd3a8f633746c0c6fb2..ce3845c8ce108518832ea6ad9a10bb9b98a48174:/services/api/app/models/repository.rb diff --git a/services/api/app/models/repository.rb b/services/api/app/models/repository.rb index 6b027d1889..ad4a84d6c6 100644 --- a/services/api/app/models/repository.rb +++ b/services/api/app/models/repository.rb @@ -14,7 +14,7 @@ class Repository < ArvadosModel end def fetch_url - super || self.name && "git://git.#{Rails.configuration.uuid_prefix}.arvadosapi.com/#{self.name}.git" + super || push_url end protected