This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-07-22 19:59:18 -07:00
parent 019a0f2b84
commit 7aa2084147

View File

@@ -81,7 +81,7 @@ class GuestSession
guest.set 'ready', true
mirrorRepository: (repoSnapshot)->
mirrorRepository: (repoSnapshot) ->
repoUrl = @repository.get('url')
[repoName] = url.parse(repoUrl).path.split('/')[-1..]
repoName = repoName.replace(/\.git$/, '')