mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
💄
This commit is contained in:
@@ -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$/, '')
|
||||
|
||||
Reference in New Issue
Block a user