chore: handle http remote url

This commit is contained in:
Ali Almohaya 2022-10-29 18:15:40 +03:00
parent cb378a6d8c
commit 6a1227dcb1
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0

View file

@ -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()