Merge pull request #6 from Almo7aya/chore/handle_http_remote_urls

This commit is contained in:
Ali Almohaya 2022-10-30 02:04:25 +03:00 committed by GitHub
commit 9fdf21a5c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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