Merge pull request #6 from Almo7aya/chore/handle_http_remote_urls
This commit is contained in:
commit
9fdf21a5c3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function M.setup()
|
||||||
return
|
return
|
||||||
end
|
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
|
end
|
||||||
|
|
||||||
function M.openFile()
|
function M.openFile()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue