chore: handle http remote url
This commit is contained in:
parent
cb378a6d8c
commit
6a1227dcb1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function M.setup()
|
|||
return
|
||||
end
|
||||
|
||||
M.repo_url = string.format("https://%s/%s/%s", gh.host, gh.user_or_org, gh.reponame)
|
||||
M.repo_url = string.format("http://%s/%s/%s", gh.host, gh.user_or_org, gh.reponame)
|
||||
end
|
||||
|
||||
function M.openFile()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue